resources | R Documentation |
Lists the names of the Data Resources included in a Data Package.
resources(package)
package |
Data Package object, as returned by |
Character vector with the Data Resource names.
Other read functions:
read_package()
,
read_resource()
# Load the example Data Package
package <- example_package()
# List the resources
resources(package)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.