Learn R Programming

EDIutils (version 1.0.3)

list_active_reservations: List active reservations

Description

List active reservations

Usage

list_active_reservations(as = "data.frame", env = "production")

Value

(data.frame or xml_document) The set of data package identifiers that users have actively reserved. Note that data package identifiers that have been successfully uploaded are no longer considered active reservations and thus are not included in this list.

Arguments

as

(character) Format of the returned object. Can be: "data.frame" or "xml".

env

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

See Also

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

Examples

Run this code
if (FALSE) {

# List reservations
reservations <- list_active_reservations()
}

Run the code above in your browser using DataLab