powered by
Data descendants are data packages that are known to be derived, in whole or in part, from the specified source data package.
list_data_descendants(packageId, as = "data.frame", env = "production")
(data.frame or xml_document) Descendants of packageId
packageId
(character) Data package identifier
(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_entities(), list_data_package_identifiers(), list_data_package_revisions(), 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_entities()
list_data_package_identifiers()
list_data_package_revisions()
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 descendants dataDescendants <- list_data_descendants("knb-lter-bnz.501.17") }
Run the code above in your browser using DataLab