# mix common and scientific names, case-insensitive
species <- c("Blackburnian Warbler", "Poecile atricapillus",
"american dipper", "Caribou")
# species not in the ebird taxonomy return NA
ebird_species(species)
Run the code above in your browser using DataLab