Description Usage Arguments Value Note Author(s) Examples
View source: R/get_notable_chart.R
Creates dot plot of highest recent notable bird observation counts for a specified region within the United States. Will plot up to the top 25 most notably sighted birds for a region. Accesses data from ebird API.
1 2 3 4 5 6 7 8 9 | get_notable_chart(
region_code,
ebirdkey,
obs_to_plot = 15,
back = 14,
hotspot = FALSE,
includeProvisonal = FALSE,
maxResults = 10000
)
|
region_code |
United States subnational1 or subnational2 region code |
ebirdkey |
User ebird key |
obs_to_plot |
Number of observations to plot, default is 15, max is 25 |
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 |
A dotplot of highest recent notable bird observation counts
Use pick_UScode() to determine region code for region_code argument
Simon Marks
1 | get_notable_chart(region_code = "US-CA", ebirdkey = 'mykey', obs_to_plot = 25, back = 30)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.