| generate_synthetic_tables | R Documentation |
Materializes a complete synthetic banking profile from immutable package fixtures. The seed is recorded for lineage; no business distributions are generated at runtime.
generate_synthetic_tables(
as_of = NULL,
seed = NULL,
bank_profile = "MID_SIZE_UNIVERSAL",
config_root = NULL
)
as_of |
Reporting date. Defaults to the profile base date. |
seed |
Integer lineage seed. |
bank_profile |
Profile identifier. |
config_root |
Optional directory containing profile YAML files. |
A named list of canonical data frames.
calculate_tables(), generate_synthetic_dataset()
tables <- generate_synthetic_tables(bank_profile = "KSA_BANK")
length(tables)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.