list_recent_uploads {EDIutils} | R Documentation |
List recent uploads
Description
List recent uploads
Usage
list_recent_uploads(type, limit = 5, as = "data.frame", env = "production")
Arguments
type |
(character) Upload type. Can be: "insert" or "update". |
limit |
(numeric) Maximum number of results to return |
as |
(character) Format of the returned object. Can be: "data.frame" or "xml". |
env |
(character) Repository environment. Can be: "production", "staging", or "development". |
Value
(data.frame or xml_document) Data package uploads
See Also
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()
Examples
## Not run:
# Get the 3 newest revisions
dataPackageUploads <- list_recent_uploads("update", 3)
## End(Not run)
[Package EDIutils version 1.0.3 Index]