| list_data_descendants {EDIutils} | R Documentation |
List data descendants
Description
Data descendants are data packages that are known to be derived, in whole or in part, from the specified source data package.
Usage
list_data_descendants(packageId, as = "data.frame", env = "production")
Arguments
packageId |
(character) Data package identifier |
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) Descendants of packageId
See Also
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()
Examples
## Not run:
# List descendants
dataDescendants <- list_data_descendants("knb-lter-bnz.501.17")
## End(Not run)
[Package EDIutils version 1.0.3 Index]