read_coho_escp | R Documentation |
Extract escapement values from Coho FRAM database
read_coho_escp(db, runs = NULL, stocks = NULL)
db |
string, file path to database |
runs |
numeric, RunID(s) as ID or ID:ID, default NULL for all runs |
stocks |
numeric, StockID(s) as ID or ID:ID, default NULL for all stocks |
a tibble of escapement estimates; already only age 3 in TimeStep 5
## Not run: #fetch all runs for WA stocks read_coho_escp("path/to/FRAM_Database.mdb", stocks = 1:164) #fetch a single run for a single stock read_coho_escp("path/to/FRAM_Database.mdb", stocks = 161) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.