powered by
List recent uploads
list_recent_uploads(type, limit = 5, as = "data.frame", env = "production")
(data.frame or xml_document) Data package uploads
(character) Upload type. Can be: "insert" or "update".
(numeric) Maximum number of results to return
(character) Format of the returned object. Can be: "data.frame" or "xml".
(character) Repository environment. Can be: "production", "staging", or "development".
Other Listing: list_data_descendants(), list_data_entities(), list_data_package_identifiers(), list_data_package_revisions(), list_data_package_scopes(), list_data_sources(), list_deleted_data_packages(), list_recent_changes(), list_service_methods(), list_user_data_packages()
list_data_descendants()
list_data_entities()
list_data_package_identifiers()
list_data_package_revisions()
list_data_package_scopes()
list_data_sources()
list_deleted_data_packages()
list_recent_changes()
list_service_methods()
list_user_data_packages()
if (FALSE) { # Get the 3 newest revisions dataPackageUploads <- list_recent_uploads("update", 3) }
Run the code above in your browser using DataLab