Skip to contents

Full acknowledgement and citation needs to be given for using the API. Use this function to get the full citation for the current version of the Red List API. More details are available here: https://api.iucnredlist.org/.

Usage

rl_citation(key = NULL, ...)

Arguments

key

(character) An IUCN API token. See rl_use_iucn.

...

Curl options passed to HttpClient

Value

Red List citation as character string

See also

Red List information and statistics: rl_api_version(), rl_sp_count(), rl_version()

Examples

if (FALSE) { # \dontrun{
rl_citation()
} # }