ebirdst_regional_stats: Regional summary statistics for all species
Description
Load a single file of regional summary statistics covering all species with
eBird Status Data Products. This file is downloaded automatically on first
use and loaded in a single step; subsequent calls load the already downloaded
file directly. This differs from load_regional_stats(), which loads the
regional statistics for a single species from that species' downloaded data
package.
A data frame of regional summary statistics for all species. The
columns match those returned by load_regional_stats().
Arguments
path
character; directory that the data are stored in. Defaults to the
persistent data directory returned by ebirdst_data_dir().
force
logical; if the file has already been downloaded, should a fresh
copy be downloaded anyway.
show_progress
logical; whether to print download progress information.
Defaults to interactive(), so downloads are silent in non-interactive
sessions (e.g. scripts and R Markdown).