Renders a quarto (.qmd) report file located in the report/ directory. The
rendered output is saved in the same report/ directory under the same name (with a
different extension).
If file is not supplied, the most recently modified report file in
report/ is rendered. Rendered outputs keep the same date-stamped stem as
the input .qmd file.
Usage
run_report(file = NULL, quiet = getOption("lbstproj.quiet", FALSE), ...)Arguments
- file
Character or
NULL. The name of the report file to render. IfNULL, the most recently modified.qmdreport inreport/is used.- quiet
Logical. If
TRUE, suppress informational messages. Important messages (e.g. directory creation or errors) are still shown.Default:
FALSEunless the global optionlbstproj.quietis set otherwise.- ...
Additional arguments passed to the rendering function, in this case,
quarto::quarto_render().
