get_names | R Documentation |
Translate identifiers into scientific names
get_names(
id,
provider = getOption("taxadb_default_provider", "itis"),
version = latest_version(),
format = c("guess", "prefix", "bare", "uri"),
taxadb_db = td_connect(),
db = NULL
)
id |
a list of taxonomic identifiers. |
provider |
abbreviation code for the provider. See details. |
version |
Which version of the taxadb provider database should we use?
defaults to latest. see |
format |
Format for the returned identifier, one of
|
taxadb_db |
Connection to from |
db |
previous name for |
Like all taxadb functions, this function will run
fastest if a local copy of the provider is installed in advance
using [td_create()]
.
a vector of names, of the same length as the input ids. Any unmatched IDs will return as NAs.
Other get:
get_ids()
get_names(c("ITIS:1025094", "ITIS:1025103"), format = "prefix")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.