Skip to contents

Search species information

Usage

search_species_info(
  species_name,
  match_type = c("exact", "confidence"),
  confidence_level = 95
)

Arguments

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.

Value

A tibble with info found for each species provided.

Examples

if (FALSE) { # \dontrun{
search_species_info(c("Uapaca niangadoumae"))
search_species_info(c("Uapaca niangadoumae"), match_type = "exact")
search_species_info(c("Uapaca niangadoumae", "do not exist"))
} # }