Given a set of input files and summarized simulation results, create a skeleton risk analysis report. This report attempts to summarize the results of the analysis at a top level, using 95% Value at Risk (VaR) as the primary metric, while also providing more detailed analysis at both a per-domain and per-scenario level.
Location of input files.
Location of simulation results.
Full path to output file.
Optional full path to CSS file to override default styles.
Optional full path to HTML to include in the HEAD section (HTML formats only).
IDs of scenarios of special interest.
Format to generate (html, pdf, word).
Location for intermediate knit files.
TRUE
to suppress printing of pandoc output.
Any other parameters to pass straight to rmarkdown::render
.
Default return values of the rmarkdown::render
function.
This report includes several sections where an analyst will need to modify and fill in details for their specific organization. Of particular note is the Recommendations section, which will always need to be updated.
if (FALSE) {
generate_report("~/inputs", "~/results", "~/risk_report.html")
}