powered by
Lists the names of the Data Resources included in a Data Package.
resources(package)
Character vector with the Data Resource names.
Data Package object, as returned by read_package() or create_package().
read_package()
create_package()
Other read functions: read_package(), read_resource()
read_resource()
# Load the example Data Package package <- example_package() # List the resources resources(package)
Run the code above in your browser using DataLab