
Get species conservation measures by taxon name, IUCN id, and region
Source:R/rl_measures.R
rl_measures.Rd
Get species conservation measures by taxon name, IUCN id, and region
Usage
rl_measures(
name = NULL,
id = NULL,
region = NULL,
key = NULL,
parse = TRUE,
...
)
rl_measures_(name = NULL, id = NULL, region = NULL, key = NULL, ...)
Arguments
- name
(character) A taxonomic name
- id
(character) An IUCN identifier
- region
(character) A region name, see
rl_regions
for acceptable region identifiers (use the entries in theidentifier
column)- 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