individuals | R Documentation |
Gets the (unique) individuals from the observations of a Camera Trap Data Package object.
individuals(x)
x |
Camera Trap Data Package object, as returned by |
A tibble::tibble()
data frame with the individuals that have an
individualID
, containing the following columns:
individualID
scientificName
lifeStage
sex
Other accessor functions:
deployments()
,
events()
,
locations()
,
media()
,
observations()
,
taxa()
x <- example_dataset()
individuals(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.