View source: R/rl_comp_groups.R
| rl_comp_groups | R Documentation |
Information about comprehensive groups
rl_comp_groups(group = NULL, key = NULL, parse = TRUE, ...) rl_comp_groups_(group = NULL, key = NULL, ...)
group |
(character) A comprehensive group name.
Call |
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_comp_groups()
rl_comp_groups('mammals')
rl_comp_groups('groupers')
rl_comp_groups_()
rl_comp_groups_('groupers')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.