| rate_set_to_tables | R Documentation |
Separate a normalized long-form factor table into a collection of smaller tables suitable for human review.
rate_set_to_tables(factor_table)
factor_table |
A normalized long-form factor table. |
A named list of data frames containing review-friendly subsets of the supplied factor table.
ex <- example_rating_plan()
tables <- rate_set_to_tables(
ex$plan$factor_table
)
names(tables)
tables$territory
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.