R/read_coho_cohort.R
read_coho_cohort.Rd
Extract JA3 starting cohort values from Coho FRAM database
read_coho_cohort(db, runs = NULL, stocks = NULL)
string, file path to database
numeric, RunID(s) as ID or ID:ID, default NULL for all runs
numeric, StockID(s) as ID or ID:ID, default NULL for all stocks
a tibble of JA3 starting cohort values; already only age 3 in TimeStep 1; these represent forecasts for a preseason database, backwards-FRAM constructed abundances for post-season
if (FALSE) {
#fetch all runs for WA stocks
read_coho_cohort("path/to/FRAM_Database.mdb", stocks = 1:164)
#fetch a single run for a single stock
read_coho_cohort("path/to/FRAM_Database.mdb", stocks = 161)
}