View source: R/example_package.R
example_package | R Documentation |
Reads the example Data Package included in frictionless
.
This dataset is used in examples, vignettes, and tests and contains dummy
camera trap data organized in 3 Data Resources:
deployments
: one local data file referenced in
"path": "deployments.csv"
.
observations
: two local data files referenced in
"path": ["observations_1.tsv", "observations_2.tsv"]
.
media
: inline data stored in data
.
example_package(version = "1.0")
version |
Data Package standard version. |
The example Data Package is available in two versions:
1.0
: specified as a Data Package v1.
2.0
: specified as a Data Package v2.
A Data Package object, see create_package()
.
# Version 1
example_package()
# Version 2
example_package(version = "2.0")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.