| calculate_tables | R Documentation |
Validates and calculates canonical tables without producing spreadsheet output. A parallel fully-loaded result is calculated from the same snapshot.
calculate_tables(
tables,
run_id = NULL,
project_root = NULL,
parameter_overrides = NULL,
override_reason = NULL,
override_approved_by = NULL
)
tables |
Named list of canonical data frames. |
run_id |
Optional caller-defined run identifier. |
project_root |
Optional root used to resolve local source documents. |
parameter_overrides |
Optional data frame of controlled parameter
overrides prepared as described in |
override_reason, override_approved_by |
Required non-empty governance
information when |
The return includes applied and fully-loaded result tables. All calculations use one official bitemporal snapshot. The function does not write files and does not change the global random-number stream.
An rwa_calculation_result object.
generate_synthetic_tables(), calculate_dataset()
tables <- generate_synthetic_tables(bank_profile = "KSA_BANK")
result <- calculate_tables(tables)
result$metrics[c("RWEA_KSA", "TREA")]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.