Given the input files and the analysis summary file, create a basic one- page summary with an overview of the results per domain and scenario. Intended as a skeleton showing how the results could be displayed at an executive level.
risk_dashboard(
input_directory = "~/evaluator/inputs",
results_directory = "~/evaluator/results",
output_file,
intermediates_dir = tempdir(),
quiet = TRUE,
...
)Location of input files read by read_quantitative_inputs.
Directory where the simulation_results.rds file is located.
Full path to the desired output file.
Location for intermediate knit files.
TRUE to suppress printing of pandoc output.
Any other parameters to pass to rmarkdown::render
Default return values of the rmarkdown::render function.
if (FALSE) {
risk_dashboard("~/inputs", "~/simulations")
}