get_ebird_taxonomy {auk}R Documentation

Get eBird taxonomy via the eBird API

Description

Get the taxonomy used in eBird via the eBird API.

Usage

get_ebird_taxonomy(version, locale)

Arguments

version

integer; the version (i.e. year) of the taxonomy. The eBird taxonomy is updated once a year in August. Leave this parameter blank to get the current taxonomy.

locale

character; the locale for the common names, defaults to English.

Value

A data frame of all species in the eBird taxonomy, consisting of the following columns:

See Also

Other helpers: auk_ebd_version(), auk_version(), ebird_species()

Examples

## Not run: 
get_ebird_taxonomy()

## End(Not run)

[Package auk version 0.7.0 Index]