| taxa {camtrapdp} | R Documentation |
Get taxa
Description
Gets the (unique) scientific names and associated taxonomic information from the observations of a Camera Trap Data Package object.
Usage
taxa(x)
Arguments
x |
Camera Trap Data Package object, as returned by |
Value
tibble::tibble() data frame with the taxonomic information, containing at
least a scientificName column.
See Also
Other accessor functions:
deployments(),
events(),
locations(),
media(),
observations()
Examples
x <- example_dataset()
taxa(x)
[Package camtrapdp version 0.3.1 Index]