rl_api_version {rredlist} | R Documentation |
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, ...)
Arguments
key |
(character) An IUCN API token. See |
... |
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
## Not run:
rl_api_version()
## End(Not run)
[Package rredlist version 1.0.0 Index]