ebirdtaxonomyversion: eBird Taxonomy Version

View source: R/ebirdtaxonomyversion.R

ebirdtaxonomyversionR Documentation

eBird Taxonomy Version

Description

Returns a data.frame of available version numbers of the eBird taxonomy

Usage

ebirdtaxonomyversion(key = NULL, ...)

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 called EBIRD_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(s)

Jordan Bradford jrdnbradford@gmail.com

References

http://ebird.org/

Examples

## Not run: 
ebirdtaxonomyversion()

## End(Not run)

ropensci/rebird documentation built on Nov. 27, 2024, 9:47 p.m.