events | R Documentation |
Gets the (unique) events from the observations of a Camera Trap Data
Package object.
Only observations with observationLevel == "event"
are considered.
events(x)
x |
Camera Trap Data Package object, as returned by |
A tibble::tibble()
data frame with the events, containing the
following columns:
deploymentID
eventID
eventStart
eventEnd
Other accessor functions:
deployments()
,
individuals()
,
locations()
,
media()
,
observations()
,
taxa()
x <- example_dataset()
events(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.