# mix common and scientific names, case-insensitive
species <- c("Blackburnian Warbler", "Poecile atricapillus",
"american dipper", "Caribou")
# note that species not in the ebird taxonomy return NA
ebird_species(species)
# use taxonomy_version to query older taxonomy versions
if (FALSE) {
ebird_species("Cordillera Azul Antbird")
ebird_species("Cordillera Azul Antbird", taxonomy_version = 2017)
}
Run the code above in your browser using DataLab