ebirdregioncheck: Check if a region type is valid

Description Usage Arguments Value Author(s) References Examples

View source: R/ebirdregioncheck.R

Description

Check if a region type is valid

Usage

1
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

1
2
3
4
5
6
## Not run: 
ebirdregioncheck("US")
ebirdregioncheck("CA-BC")
ebirdregioncheck("CA-BC-GV")

## End(Not run)

Example output

[1] FALSE
Warning message:
Deprecated: 'ebirdregioncheck' will be removed in the next version of rebird. Use 'ebirdregioninfo' instead. 
[1] FALSE
Warning message:
Deprecated: 'ebirdregioncheck' will be removed in the next version of rebird. Use 'ebirdregioninfo' instead. 
[1] FALSE
Warning message:
Deprecated: 'ebirdregioncheck' will be removed in the next version of rebird. Use 'ebirdregioninfo' instead. 

rebird documentation built on Sept. 20, 2021, 9:06 a.m.