| select_rule_set | R Documentation |
Returns a modified copy of canonical tables with the requested rule set in
run_config; it never mutates the caller's object.
select_rule_set(tables, rule_set_id)
tables |
Canonical input tables. |
rule_set_id |
Identifier listed by |
Modified canonical tables.
t <- generate_synthetic_tables(bank_profile = "KSA_BANK")
t <- select_rule_set(t, "CRR3-EU-FL")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.