locations {camtrapdp}R Documentation

Get locations

Description

Gets the (unique) locations from the deployments of a Camera Trap Data Package object.

Usage

locations(x)

Arguments

x

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

Value

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

See Also

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

Examples

x <- example_dataset()
locations(x)

[Package camtrapdp version 0.3.1 Index]