View source: R/rl_sp_category.R
| rl_sp_category | R Documentation | 
Get species by category
rl_sp_category(category, key = NULL, parse = TRUE, ...) rl_sp_category_(category, key = NULL, parse = TRUE, ...)
| category | (character) A two-letter category code. One of "DD", "LC", "NT", "VU", "EN", "CR", "EW", "EX", "LRlc", "LRnt", "LRcd" | 
| key | A IUCN API token. See  | 
| parse | (logical) Whether to parse to list ( | 
| ... | Curl options passed to  | 
## Not run: 
rl_sp_category('VU')
rl_sp_category('LRlc')
rl_sp_category('EN')
rl_sp_category('EX')
rl_sp_category('EX', parse = FALSE)
rl_sp_category_('EX')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.