powered by
Prints a human-readable summary of a Data Package, including its resources and a link to more information (if provided in package$id).
package$id
# S3 method for datapackage print(x, ...)
print() with a summary of the Data Package object.
print()
Data Package object, created with read_package() or create_package().
read_package()
create_package()
Further arguments, they are ignored by this function.
# Load the example Data Package package <- example_package() # Print a summary of the Data Package package # Or print(package)
Run the code above in your browser using DataLab