ebirdregioncheck {rebird} | R Documentation |
Check if a region type is valid
Description
Check if a region type is valid
Usage
ebirdregioncheck(loc, key = NULL, ...)
Arguments
loc |
The location code to be checked. |
key |
ebird API key. You can obtain one from https://ebird.org/api/keygen.
We strongly recommend storing it in your |
... |
Curl options passed on to |
Value
Logical.
Author(s)
Sebastian Pardo sebpardo@gmail.com, Andy Teucher andy.teucher@gmail.com
References
Examples
## Not run:
ebirdregioncheck("US")
ebirdregioncheck("CA-BC")
ebirdregioncheck("CA-BC-GV")
## End(Not run)
[Package rebird version 1.3.0 Index]