Learn R Programming

camtrapdp (version 0.4.0)

events: 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)

Value

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

  • deploymentID

  • eventID

  • eventStart

  • eventEnd

Arguments

x

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

See Also

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

Examples

Run this code
x <- example_dataset()
events(x)

Run the code above in your browser using DataLab