| rl_sp {rredlist} | R Documentation |
Get species
rl_sp(page, key = NULL, parse = TRUE, ...) rl_sp_(page, key = NULL, ...)
page |
(integer/numeric) Page to get. Default: 1 |
key |
A IUCN API token. See http://apiv3.iucnredlist.org/api/v3/token to get a token |
parse |
(logical) Whether to parse to list ( |
... |
Curl options passed to |
## Not run: rl_sp(page = 3) ## End(Not run)