print.camtrapdp | R Documentation |
Prints a human-readable summary of a Camera Trap Data Package, as an
extension of frictionless::print.datapackage()
.
## S3 method for class 'camtrapdp'
print(x, ...)
x |
Camera Trap Data Package object, as returned by |
... |
Further arguments, they are ignored by this function. |
print()
with a summary of the Camera Trap Data Package object.
x <- example_dataset()
# Print a summary
print(x)
# Print a summary after filtering
filter_deployments(x, deploymentID == "62c200a9")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.