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
.
Details
A larger dataset is available in inst/extdata/mica_zenodo_5590881
.
It is derived from a dataset on Zenodo,
but excludes media.csv
.
See also
Other sample data:
animal_positions
,
dep_calib_models
Examples
if (FALSE) { # \dontrun{
# 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")
} # }