rl_regions {rredlist} | R Documentation |
Get regions
Description
Get regions
Usage
rl_regions(key = NULL, parse = TRUE, ...)
rl_regions_(key = NULL, ...)
Arguments
key |
A IUCN API token. See |
parse |
(logical) Whether to parse to list ( |
... |
Curl options passed to |
Value
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.
References
API docs at https://apiv3.iucnredlist.org/api/v3/docs
Examples
## Not run:
rl_regions()
rl_regions(parse = FALSE)
rl_regions_()
## End(Not run)
[Package rredlist version 0.7.1 Index]