rate_set_to_tables: Split a rate set into review-friendly tables

View source: R/misc_helpers.R

rate_set_to_tablesR Documentation

Split a rate set into review-friendly tables

Description

Separate a normalized long-form factor table into a collection of smaller tables suitable for human review.

Usage

rate_set_to_tables(factor_table)

Arguments

factor_table

A normalized long-form factor table.

Value

A named list of data frames containing review-friendly subsets of the supplied factor table.

Examples

ex <- example_rating_plan()

tables <- rate_set_to_tables(
  ex$plan$factor_table
)

names(tables)
tables$territory

ratingtables documentation built on Sept. 6, 2026, 1:06 a.m.