get_notable_obs: Creates tibble of recent notable bird observations for...

Description Usage Arguments Value Note Author(s) Examples

View source: R/get_notable_chart.R

Description

Creates tibble of recent notable bird observations for specified region within the United States using a subnational1 or subnational2 region code. Accesses data from ebird API.

Usage

1
2
3
4
5
6
7
8
get_notable_obs(
  region_code,
  ebirdkey,
  back = 14,
  hotspot = FALSE,
  includeProvisonal = FALSE,
  maxResults = 10000
)

Arguments

region_code

United States subnational1 or subnational2 region code

ebirdkey

User ebird key

back

The number of days back to fetch observations, max is 30

hotspot

Only fetch observations from hotspots- logical

maxResults

Only fetch this number of observations, max is 10000

includeProvisional

Include observations which have not yet been reviewed- logical

Value

Tibble of recent notable bird observations ordered from most to least recent for the specified number of days back to collect records

Note

Use pick_UScode() to determine region code for region_code argument

Author(s)

Simon Marks

Examples

1
get_notable_obs(region = "US-CA-079", ebirdkey = 'mykey', back = 15)

sjmarks/Birdr documentation built on May 12, 2020, 5:48 p.m.