powered by
Check if a region type is valid
ebirdregioncheck(loctype, loc, ...)
One of: 'country', 'states', 'counties'
The location code to be checked. A single location only, unless loctype = 'country'.
loctype = 'country'
Curl options passed on to GET
GET
A logical vector of the same length as loc.
loc
http://ebird.org/
# NOT RUN { ebirdregioncheck("country", c("US", "CA")) ebirdregioncheck("states", "CA-BC") ebirdregioncheck("counties","CA-BC-GV") # }
Run the code above in your browser using DataLab