Skip to contents

Check if an object is a Data Package object with the required properties.

Usage

check_package(package)

Arguments

package

Data Package object, created with read_package() or create_package().

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)