R/list_reservation_identifiers.R
list_reservation_identifiers.Rd
List reservation identifiers
list_reservation_identifiers(scope, env = "production")
(character) Scope of data package
(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()
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 ...
}