powered by
List data package revisions
list_data_package_revisions( scope, identifier, filter = NULL, env = "production" )
(numeric) Revisions of a data package within a specified scope and identifier
scope
identifier
(character) Scope of data package
(numeric) Identifier of data package
(character) Filter results by "newest" or "oldest"
(character) Repository environment. Can be: "production", "staging", or "development".
Other Listing: list_data_descendants(), list_data_entities(), list_data_package_identifiers(), list_data_package_scopes(), list_data_sources(), list_deleted_data_packages(), list_recent_changes(), list_recent_uploads(), list_service_methods(), list_user_data_packages()
list_data_descendants()
list_data_entities()
list_data_package_identifiers()
list_data_package_scopes()
list_data_sources()
list_deleted_data_packages()
list_recent_changes()
list_recent_uploads()
list_service_methods()
list_user_data_packages()
if (FALSE) { # List revisions revisions <- list_data_package_revisions("knb-lter-arc", 20131) revisions #> [1] 1 2 }
Run the code above in your browser using DataLab