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, as returned by |
Value
package
invisibly or an 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.2.1 Index]