Skip to contents

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.

Usage

mica

Format

An object of class datapackage (inherits from list) of length 16.

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

Examples

if (FALSE) {
# 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")
}