View source: R/preseasonExport.R
getPreseasonERs | R Documentation |
Writes of preseaon FRAM data
getPreseasonERs(
run.year,
pre.season.run.name,
pre.season.fram.db = NA,
pre.season.tamm = NA,
pre.season.tamm.fishery.ref = "./csv/TammFisheryFullRef.csv",
pre.season.tamm.esc.ref = "./csv/TammEscFullRef.csv",
template.dir = "./templates/",
report.dir = "./report/",
data.dir = "./csv/",
combine.GS = TRUE,
big.bar.esc = 0,
big.bar.morts = 0,
connection_driver = "Driver={Microsoft Access Driver (*.mdb, *.accdb)};"
)
run.year |
The fishery year for the model run |
pre.season.run.name |
Run name of the pre season run fron the RunID table |
pre.season.fram.db |
Fram DB containing the pre season run. NA opens file selection |
pre.season.tamm |
Tamm excel for from pre season run. NA opens file selection |
pre.season.tamm.fishery.ref |
Fishery references for pre season TAMM file |
pre.season.tamm.esc.ref |
Escapement references for pre season TAMM file |
template.dir |
Template folder |
report.dir |
directory to write reports to |
data.dir |
folder containing the reference .csv files |
combine.GS |
logical if GS MUs should be combined |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.