View source: R/writePostSeasonReport.R
writeAnnualReport | R Documentation |
Writes .pdf document of the annual report
writeAnnualReport(
run.year,
post.season.run.name,
pre.season.run.name,
post.season.fram.db = NA,
post.season.tamm = NA,
post.season.tamm.fishery.ref = "./csv/TammFisheryQueetsRef.csv",
post.season.tamm.esc.ref = "./csv/TammEscQueetsRef.csv",
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 = NA,
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 |
post.season.run.name |
Run name of the post season run fron the RunID table |
pre.season.run.name |
Run name of the pre season run fron the RunID table |
post.season.fram.db |
Fram DB containing the post season run. Deafaults to NA which prompts a selection to dialog |
post.season.tamm |
Tamm excel file containing the post season data. Deafaults to NA which prompts a selection to dialog |
post.season.tamm.fishery.ref |
Fishery references for post season TAMM file |
post.season.tamm.esc.ref |
Escapement reference of post season TAMM |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.