View source: R/get_n_species.R
get_n_species | R Documentation |
Gets the number of identified species per deployment.
get_n_species(package = NULL, ..., datapkg = lifecycle::deprecated())
package |
Camera trap data package object, as returned by
|
... |
Filter predicates for filtering on deployments. |
datapkg |
Deprecated.
Use |
A tibble data frame with the following columns:
deploymentID
: Deployment unique identifier.
n
: Number of observed and identified species.
Other exploration functions:
get_cam_op()
,
get_custom_effort()
,
get_effort()
,
get_n_individuals()
,
get_n_obs()
,
get_rai()
,
get_rai_individuals()
,
get_record_table()
,
get_scientific_name()
,
get_species()
# Get number of species
get_n_species(mica)
# Get number of species for deployments with latitude >= 51.18
get_n_species(mica, pred_gte("latitude", 51.18))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.