Description Usage Arguments Value Examples
Resolve scientific names that may be misspelled through fuzzy matching
1 | dyntaxa_resolve(taxon_name)
|
taxon_name |
taxonomic name or vector of taxonomic names |
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)
1 2 3 4 | ## Not run:
dyntaxa_resolve(c("Vulpe vulp", "Canis lupu", "Vulpes vulpez"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.