list_reservation_identifiers {EDIutils}R Documentation

List reservation identifiers

Description

List reservation identifiers

Usage

list_reservation_identifiers(scope, env = "production")

Arguments

scope

(character) Scope of data package

env

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

Value

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

See Also

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

Examples

## Not run: 

# 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  ...

## End(Not run)

[Package EDIutils version 1.0.3 Index]