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