search_species_info | R Documentation |
Search species information
search_species_info(
species_name,
match_type = c("exact", "confidence"),
confidence_level = 95
)
species_name |
Character of species names. |
match_type |
Type of match for scientific names found: exact match or above confidence level specified. |
confidence_level |
Confidence level to use for matching scientific names. |
A tibble
with info found for each species provided.
## Not run:
search_species_info(c("Uapaca niangadoumae"))
search_species_info(c("Uapaca niangadoumae"), match_type = "exact")
search_species_info(c("Uapaca niangadoumae", "do not exist"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.