load_bbs_data: Load Breeding Bird Survey dataset into R Session

View source: R/load-bbs-data.R

load_bbs_dataR Documentation

Load Breeding Bird Survey dataset into R Session

Description

load_bbs_data loads the raw, unstratified BBS data into the current R session. The data must have been previously fetched using the fetch_bbs_data function. Note that this function is not necessary to run a Bayesian analysis of BBS data; calling stratify will return stratifed BBS data in a list of data frames.

Usage

load_bbs_data(level = "state")

Arguments

level

A string, either "state" or "stop", specifying which counts to load. Defaults to "state", which provides counts beginning in 1966, aggregated in five bins, each of which contains cumulative counts from 10 of the 50 stops along a route. Specifying "stop" provides stop-level data beginning in 1997, which includes counts for each stop along routes individually. Note that stop-level data is not currently supported by the modeling utilities in bbsBayes.

Value

Large list (3 elements) consisting of:

bird

Data frame of sample bird point count data per route, per year

route

Data frame of sample yearly route data

species

Sample list of North American bird species


bbsBayes documentation built on March 7, 2023, 6:33 p.m.