Description Usage Arguments Value
Gets prepped BBS data (as a list of abundance, covariates, and
metadata) for a specified route and region. First run prepare_bbs_data
to create these files from the raw BBS data tables. If the files are not
found, then NULL
is returned.
1 2 3 4 5 6 | get_bbs_route_region_data(
path = file.path(get_default_data_path(), "breed-bird-survey-prepped",
paste0("route", route, "region", region, ".RDS")),
route = 1,
region = 11
)
|
path |
where to load the raw data files from |
route |
Route number |
region |
Region number |
list of abundance, covariates, and metadata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.