View source: R/datelife_query_tnrs.R
get_tnrs_names | R Documentation |
make_datelife_query2
always uses TNRS (Taxonomic Name Resolution Service
to process input taxon names, to correct misspellings and
taxonomic name variations with tnrs_match()
, a wrapper of rotl::tnrs_match_names()
).
get_tnrs_names(
input = c("Rhea americana", "Pterocnemia pennata", "Struthio camelus"),
reference_taxonomy = "ott",
...
)
input |
Taxon names as a character vector of taxon names. Two or more
names can be provided as a single comma separated string or concatenated with |
reference_taxonomy |
A character vector specifying the reference taxonomy to use for TNRS. Options are "ott", "ncbi", "gbif" or "irmng". The function defaults to "ott". |
... |
Arguments passed on to
|
A datelifeTNRS
object, which is a list of three elements:
A character vector of names provided as input.
A character vector of taxon names processed with TNRS.
A numeric vector of Open Tree of Life Taxonomy (OTT) ids.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.