This function executes the transition risk stress test. It reads data from the input path, runs the transition risk model using the provided parameters, and writes results to the output path if provided.
Arguments
- input_path
String containing the path to project-agnostic data.
- output_path
String containing the path to which output files are written. If NULL, the function returns the results list. Results and logs per run are saved to a subdirectory of
output_paththat will be generated automatically with a timestamp.- show_params_cols
Logical indicating whether parameter columns should be shown in the output. Default is TRUE.
- ...
Additional arguments passed to
run_trisk_model(clic for parameters detail).