Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rl_sp_category

Get species by category


Description

Get species by category

Usage

rl_sp_category(category, key = NULL, parse = TRUE, ...)

rl_sp_category_(category, key = NULL, parse = TRUE, ...)

Arguments

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 rl_use_iucn.

parse

(logical) Whether to parse to list (FALSE) or data.frame (TRUE). Default: TRUE

...

Curl options passed to HttpClient

Examples

## 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)

rredlist

'IUCN' Red List Client

v0.7.0
MIT + file LICENSE
Authors
Scott Chamberlain [aut, cre], rOpenSci [fnd] (https://ropensci.org/), Maëlle Salmon [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.