print.datapackage {frictionless} | 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, created with |
... |
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)