load_sample_data: Load Sample Breeding Bird Survey dataset into R Session

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

load_sample_dataR Documentation

Load Sample Breeding Bird Survey dataset into R Session

Description

load_sample_data returns the sample data provided by bbsBayes. The data is returned as a list of data frames, similar to what is returned by load_bbs_data

Usage

load_sample_data()

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

Examples


sample_data <- load_sample_data()



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