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.

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
)

Arguments

path

where to load the raw data files from

route

Route number

region

Region number

Value

list of abundance, covariates, and metadata