resources {frictionless} | 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)