powered by
observations() gets the observations from a Camera Trap Data Package object.
observations()
observations()<- is the assignment equivalent.
observations()<-
It should only be used within other functions, where the expected data structure can be guaranteed.
Metadata (x$taxonomic) are updated to match the assigned observations.
x$taxonomic
observations(x)observations(x) <- value
observations(x) <- value
A tibble::tibble() data frame with observations.
tibble::tibble()
Camera Trap Data Package object, as returned by read_camtrapdp().
read_camtrapdp()
A data frame to assign as observations.
Other accessor functions: contributors(), deployments(), events(), individuals(), locations(), media(), taxa()
contributors()
deployments()
events()
individuals()
locations()
media()
taxa()
x <- example_dataset() # Get the observations observations(x) # Set observations (not recommended outside a function) observations(x) <- head(observations(x), 1)
Run the code above in your browser using DataLab