| generate_synthetic_dataset | R Documentation |
Generate a Synthetic Workbook Dataset
generate_synthetic_dataset(
root,
as_of = NULL,
version = NULL,
seed = NULL,
bank_profile = "MID_SIZE_UNIVERSAL",
config_root = NULL,
overwrite = FALSE
)
root |
Parent directory for dated datasets. |
as_of |
Reporting date. |
version |
Dataset version. |
seed |
Integer lineage seed. |
bank_profile |
Profile identifier. |
config_root |
Optional profile configuration directory. |
overwrite |
Whether an existing dataset may be replaced. |
The function writes 16 canonical workbooks plus a dataset manifest.
An existing non-empty target requires overwrite = TRUE.
The generated dataset directory.
validate_dataset(), calculate_dataset()
generate_synthetic_dataset(file.path(tempdir(), "rwa-runs"),
bank_profile = "KSA_BANK")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.