rl_citation {rredlist} | R Documentation |
Get the citation for the Red List API
Description
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 |
... |
Curl options passed to HttpClient. |
Value
Red List citation as a bibentry object.
See Also
Red List information and statistics:
rl_api_version()
,
rl_sp_count()
,
rl_version()
Examples
## Not run:
rl_citation()
## End(Not run)
[Package rredlist version 1.0.0 Index]