search_species_info: Search species information

View source: R/gbif.R

search_species_infoR Documentation

Search species information

Description

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

## 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)

gdauby/conrappli documentation built on Jan. 21, 2025, 12:51 p.m.