Generate a markdown report for outcomes from a single operating model projection
# S4 method for SMSE
report(
object,
name = object@Name,
filename = "SMSE",
dir = tempdir(),
open_file = TRUE,
render_args = list(),
...
)Returns invisibly the output of rmarkdown::render(), typically the path of the output file
SMSE object
Character string for the model name to include in the report, e.g., model run number.
Character string for the name of the markdown and HTML files.
The directory in which the markdown and HTML files will be saved.
Logical, whether the HTML document is opened after it is rendered.
List of arguments to pass to rmarkdown::render().
Additional arguments (not used)