run_report.RdGenerate an Rmarkdown report of salmon escapement
run_report(
  outformat = bookdown::pdf_document2(),
  outfile = "report",
  outdir = getwd(),
  parameters = "ask",
  ...
)the file format of the report. Default is bookdown::pdf_document2().
a name of the returned file
a directory path to the folder to save the PDF
a list of custom parameters or all to launch a shiny app to select custom parameters
pass additional arguments to rmarkdown::render()
an RMarkdown-generated report
if (FALSE) {
run_report()
}