check_package {frictionless} | R Documentation |
Check a Data Package object
Description
Check if an object is a Data Package object with the required properties.
Usage
check_package(package)
Arguments
package |
Data Package object, created with |
Value
package
invisibly or error.
Examples
# Load the example Data Package
package <- example_package
# Check if the Data Package is valid (invisible return)
check_package(package)
[Package frictionless version 1.1.0 Index]