taxa | R Documentation |
Gets the (unique) scientific names and associated taxonomic information from
the observations of a Camera Trap Data Package object.
Duplicate taxa (i.e. with the same scientificName
) are removed, retaining
the taxon with (first) a taxonID
and (second) the most taxonomic
information.
taxa(x)
x |
Camera Trap Data Package object, as returned by |
A tibble::tibble()
data frame with the taxonomic information,
containing at least a scientificName
column.
Other accessor functions:
deployments()
,
events()
,
individuals()
,
locations()
,
media()
,
observations()
x <- example_dataset()
taxa(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.