Learn R Programming

EDIutils (version 1.0.3)

list_reservation_identifiers: List reservation identifiers

Description

List reservation identifiers

Usage

list_reservation_identifiers(scope, env = "production")

Value

(numeric) The set of identifiers for the specified scope that end users have actively reserved for future upload

Arguments

scope

(character) Scope of data package

env

(character) Repository environment. Can be: "production", "staging", or "development".

See Also

Other Identifier Reservations: create_reservation(), delete_reservation(), list_active_reservations()

Examples

Run this code
if (FALSE) {

# List reservations
reservations <- list_reservation_identifiers(scope = "edi")
reservations
#>   [1]   11  130  131  132  142  152  154  156  158  159  161  162  171
#>  [14]  172  173  174  175  177  178  180  182  183  185  196  203  ...
}

Run the code above in your browser using DataLab