get_bbs_route_region_data: Get cleaned BBS data

Description Usage Arguments Value

View source: R/get_data_bbs.R

Description

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.

Usage

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
)

Arguments

path

where to load the raw data files from

route

Route number

region

Region number

Value

list of abundance, covariates, and metadata


weecology/MATSS-pipeline documentation built on May 16, 2020, 1:54 p.m.