Skip to contents

Returns the current version number of the IUCN Red List of Threatened Species API

Usage

rl_api_version(key = NULL, ...)

Arguments

key

(character) An IUCN API token. See rl_use_iucn.

...

Curl options passed to HttpClient

Value

API version as character string

See also

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

Examples

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