
Get species narrative information by taxon name, IUCN id, and region
Source:R/rl_narrative.R
rl_narrative.Rd
Get species narrative information by taxon name, IUCN id, and region
Usage
rl_narrative(
name = NULL,
id = NULL,
region = NULL,
key = NULL,
parse = TRUE,
...
)
rl_narrative_(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