events: Get events

View source: R/events.R

eventsR Documentation

Get events

Description

Gets the (unique) events from the observations of a Camera Trap Data Package object. Only observations with observationLevel == "event" are considered.

Usage

events(x)

Arguments

x

Camera Trap Data Package object, as returned by read_camtrapdp().

Value

tibble::tibble() data frame with the events, containing the following columns:

  • deploymentID

  • eventID

  • eventStart

  • eventEnd

See Also

Other accessor functions: deployments(), locations(), media(), observations(), taxa()

Examples

x <- example_dataset()
events(x)

camtrapdp documentation built on Sept. 11, 2024, 9:03 p.m.