mica: Sample of Camtrap DP formatted data

micaR Documentation

Sample of Camtrap DP formatted data

Description

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.

Source

https://github.com/tdwg/camtrap-dp/tree/ad0278ef86ef518dacfb306c598dce97667cfb81/example

See Also

Other sample data: animal_positions, dep_calib_models

Examples

## 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)

inbo/camtraptor documentation built on June 2, 2025, 5:17 a.m.