risk_dashboard.Rd
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 |
---|---|
results_directory | Location of simulation results |
output_file | Full path to the desired output file. |
intermediates_dir | Location for intermediate knit files. |
quiet | TRUE to suppress printing of pandoc output. |
... | Any other parameters to pass straight to |
Default return values of the rmarkdown::render
function.
# NOT RUN { risk_dashboard("~/inputs", "~/simulations") # }