cash-.rating_table: Backward-compatible access to rating-table contents

$.rating_tableR Documentation

Backward-compatible access to rating-table contents

Description

A rating_table is a data frame. This method keeps the historical x$df accessor available while allowing ordinary $ access to table columns. Package metadata is returned only when the requested name is not a column.

Usage

## S3 method for class 'rating_table'
x$name

Arguments

x

A rating_table object.

name

Column or legacy component name.

Value

A table column, the underlying data frame for name = "df", or a stored metadata component.


insurancerating documentation built on Sept. 1, 2026, 5:08 p.m.