locations | R Documentation |
Gets the (unique) locations from the deployments of a Camera Trap Data Package object.
locations(x)
x |
Camera Trap Data Package object, as returned by |
A tibble::tibble()
data frame with the locations, containing the
following columns:
locationID
locationName
latitude
longitude
coordinateUncertainty
Other accessor functions:
deployments()
,
events()
,
individuals()
,
media()
,
observations()
,
taxa()
x <- example_dataset()
locations(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.