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

...

Curl options passed on to GET

Value

Logical.

Author(s)

Sebastian Pardo sebpardo@gmail.com, Andy Teucher andy.teucher@gmail.com

References

http://ebird.org/

Examples

## Not run: 
ebirdregioncheck("US")
ebirdregioncheck("CA-BC")
ebirdregioncheck("CA-BC-GV")

## End(Not run)

[Package rebird version 1.3.0 Index]