Learn R Programming

camtrapdp (version 0.4.0)

locations: Get locations

Description

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

Usage

locations(x)

Value

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

  • locationID

  • locationName

  • latitude

  • longitude

  • coordinateUncertainty

Arguments

x

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

See Also

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

Examples

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

Run the code above in your browser using DataLab