Check if an object is a Data Package object with the required properties.
Arguments
- package
Data Package object, as returned by
read_package()orcreate_package().
Examples
# Load the example Data Package
package <- example_package()
# Check if the Data Package is valid (invisible return)
check_package(package)
