| validate_dataset | R Documentation |
Reads and validates all canonical input workbooks without calculating or writing any output files.
validate_dataset(dataset)
dataset |
Dataset directory containing an |
An rwa_validation_report object.
calculate_dataset(), generate_synthetic_dataset()
root <- file.path(tempdir(), "rwa-validation-example")
dataset <- generate_synthetic_dataset(root, bank_profile = "KSA_BANK")
as.data.frame(validate_dataset(dataset))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.