powered by
Check if a region type is valid
ebirdregioncheck(loc, key = NULL, ...)
The location code to be checked.
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.
.Renviron
EBIRD_KEY
Curl options passed on to GET
GET
Logical.
http://ebird.org/
# NOT RUN { ebirdregioncheck("US") ebirdregioncheck("CA-BC") ebirdregioncheck("CA-BC-GV") # }
Run the code above in your browser using DataLab