rl_sp_count {rredlist} | R Documentation |
Get count of species in the Red List
Description
Returns a count of the number of unique species which have assessments.
Usage
rl_sp_count(key = NULL, ...)
rl_sp_count_(key = NULL, ...)
Arguments
key |
(character) An IUCN API token. See |
... |
Curl options passed to HttpClient |
Value
An integer representing the number of unique species represented within the IUCN database.
References
API docs at https://api.iucnredlist.org/.
See Also
Red List information and statistics:
rl_api_version()
,
rl_citation()
,
rl_version()
Examples
## Not run:
# Get count of species with assessments
rl_sp_count()
## End(Not run)
[Package rredlist version 1.0.0 Index]