Get common names for a given taxonomic name
Get common names for a given taxonomic name
rl_common_names(name = NULL, key = NULL, parse = TRUE, ...) rl_common_names_(name = NULL, key = NULL, ...)
name |
(character) Binomial taxonomic name |
key |
A IUCN API token. See |
parse |
(logical) Whether to parse to list ( |
... |
Curl options passed to |
A list, with the data in the result
slot, unless using
a function with a trailing underscore, in which case json as character
string is returned.
API docs at https://apiv3.iucnredlist.org/api/v3/docs
## Not run: rl_common_names('Loxodonta africana') rl_common_names_('Loxodonta africana') ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.