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, ... )
input_directory | Location of input files read by |
---|---|
results_directory | Directory where the |
output_file | Full path to the desired output file. |
intermediates_dir | Location for intermediate knit files. |
quiet |
|
... | Any other parameters to pass to |
Default return values of the rmarkdown::render
function.
if (FALSE) { risk_dashboard("~/inputs", "~/simulations") }