Skip to contents

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 .Renviron file as an environment variable called EBIRD_KEY.

...

Curl options passed on to GET

Value

Logical.

References

http://ebird.org/

Author

Sebastian Pardo [email protected], Andy Teucher [email protected]

Examples

if (FALSE) {
ebirdregioncheck("US")
ebirdregioncheck("CA-BC")
ebirdregioncheck("CA-BC-GV")
}