Returns a data.frame of available version numbers of the eBird taxonomy
Arguments
- key
optional eBird API key. You can obtain one from https://ebird.org/api/keygen. We strongly recommend storing it in your
.Renviron
file as an environment variable calledEBIRD_KEY
to avoid having to constantly supply the key, and to avoid accidentally sharing it publicly.- ...
Curl options passed on to
GET
Value
data.frame containing the collected information:
"authorityVer": Character of version.
"latest": Boolean indicating whether `authorityVer` is the latest taxonomy version
Author
Jordan Bradford jrdnbradford@gmail.com