View source: R/check_package.R
check_package | R Documentation |
Check if an object is a Data Package object with the required properties.
check_package(package)
package |
Data Package object, as returned by |
package
invisibly or an error.
# Load the example Data Package
package <- example_package()
# Check if the Data Package is valid (invisible return)
check_package(package)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.