mica | R Documentation |
A sample Camera Trap Data Package as
read by read_camtrap_dp()
.
The source data are derived from the Camtrap DP example dataset
and are saved in inst/extdata/mica
.
mica
An object of class datapackage
(inherits from list
) of length 16.
A larger dataset is available in inst/extdata/mica_zenodo_5590881
.
It is derived from a dataset on Zenodo,
but excludes media.csv
.
https://github.com/tdwg/camtrap-dp/tree/ad0278ef86ef518dacfb306c598dce97667cfb81/example
Other sample data:
animal_positions
,
dep_calib_models
## Not run:
# mica.rda was created with the code below.
mica <- read_camtrap_dp(
system.file(
"extdata/mica",
"datapackage.json",
package = "camtraptor"
)
)
save(mica, file = "data/mica.rda")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.