Get species habitats by taxon name, IUCN id, and region
Get species habitats by taxon name, IUCN id, and region
rl_habitats( name = NULL, id = NULL, region = NULL, key = NULL, parse = TRUE, ... ) rl_habitats_(name = NULL, id = NULL, region = NULL, key = NULL, ...) rl_history_(name = NULL, id = NULL, region = NULL, key = NULL, ...)
name |
(character) A taxonomic name |
id |
(character) An IUCN identifier |
region |
(character) A region name, see |
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_habitats('Fratercula arctica') rl_habitats('Fratercula arctica', region = 'europe') rl_habitats(id = 12392) rl_habitats(id = 22694927, region = 'europe') rl_habitats_('Fratercula arctica') rl_habitats_(id = 12392) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.