dyntaxa_resolve: Resolve scientific names that may be misspelled through fuzzy...

Description Usage Arguments Value Examples

Description

Resolve scientific names that may be misspelled through fuzzy matching

Usage

1
dyntaxa_resolve(taxon_name)

Arguments

taxon_name

taxonomic name or vector of taxonomic names

Value

tibble with the taxonomic name used in the query, a flag to indicate if it is an exact match (as opposed to a fuzzy match) and additional taxonomic data from the best taxon name that was matched (or NA if no match could be made)

Examples

1
2
3
4
## Not run: 
dyntaxa_resolve(c("Vulpe vulp", "Canis lupu", "Vulpes vulpez"))

## End(Not run)

bioatlas/dyntaxa documentation built on May 15, 2019, 10:37 p.m.