Learn R Programming

rredlist (version 1.0.0)

rl_api_version: Get the Red List API version

Description

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

Usage

rl_api_version(key = NULL, ...)

Value

API version as character string.

Arguments

key

(character) An IUCN API token. See rl_use_iucn().

...

Curl options passed to HttpClient.

See Also

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

Examples

Run this code
if (FALSE) {
rl_api_version()
}

Run the code above in your browser using DataLab