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 |
Value
A tibble::tibble()
data frame with the locations, containing the
following columns:
-
locationID
-
locationName
-
latitude
-
longitude
-
coordinateUncertainty
See Also
Other accessor functions:
contributors()
,
deployments()
,
events()
,
individuals()
,
media()
,
observations()
,
taxa()
Examples
x <- example_dataset()
locations(x)
[Package camtrapdp version 0.4.0 Index]