run_report | R Documentation |
Generate an Rmarkdown report of salmon escapement
run_report(
outformat = bookdown::pdf_document2(),
outfile = "report",
outdir = getwd(),
parameters = "ask",
...
)
outformat |
the file format of the report. Default is |
outfile |
a name of the returned file |
outdir |
a directory path to the folder to save the PDF |
parameters |
a list of custom parameters or |
... |
pass additional arguments to |
an RMarkdown-generated report
## Not run:
run_report()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.