list_reservation_identifiers {EDIutils} | R Documentation |
List reservation identifiers
list_reservation_identifiers(scope, env = "production")
scope |
(character) Scope of data package |
env |
(character) Repository environment. Can be: "production", "staging", or "development". |
(numeric) The set of identifiers for the specified scope
that
end users have actively reserved for future upload
Other Identifier Reservations:
create_reservation()
,
delete_reservation()
,
list_active_reservations()
## 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)