print.datapackage | R Documentation |
Prints a human-readable summary of a Data Package, including its resources
and a link to more information (if provided in package$id
).
## S3 method for class 'datapackage'
print(x, ...)
x |
Data Package object, as returned by |
... |
Further arguments, they are ignored by this function. |
print()
with a summary of the Data Package object.
# Load the example Data Package
package <- example_package()
# Print a summary of the Data Package
package # Or print(package)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.