writeAnnualReport: Writes .pdf document of the annual report

View source: R/writePostSeasonReport.R

writeAnnualReportR Documentation

Writes .pdf document of the annual report

Description

Writes .pdf document of the annual report

Usage

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 = 39434,
  big.bar.morts = 4392
)

Arguments

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


PSC-CoTC/AnnualReport documentation built on March 26, 2022, 9:33 a.m.