deployments | R Documentation |
deployments()
gets the deployments from a Camera Trap Data Package object.
deployments<-()
is the assignment equivalent.
It should only be used within other functions, where the expected data structure can be guaranteed.
Metadata (x$spatial
and x$temporal
) are updated to match the assigned
deployments.
deployments(x)
deployments(x) <- value
x |
Camera Trap Data Package object, as returned by |
value |
A data frame to assign as deployments. |
A tibble::tibble()
data frame with deployments.
Other accessor functions:
events()
,
individuals()
,
locations()
,
media()
,
observations()
,
taxa()
x <- example_dataset()
# Get deployments
deployments(x)
# Set deployments (not recommended outside a function)
deployments(x) <- head(deployments(x), 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.