Summary for cd_adjustment_values
Objects
Source: R/tbl_sum.adjustment_values.R
tbl_sum.cd_adjustment_values.Rd
Provides a custom summary for objects of class cd_adjustment_values
, typically
displaying unadjusted and adjusted values in a structured format.
Details
This function overrides the default tbl_sum
method for objects of
class cd_adjustment_values
. It returns a named character vector summarizing
the table as "Unadjusted and adjusted values" along with any additional details
provided by the NextMethod()
function.
See also
generate_adjustment_values()
for generating the cd_adjustment_values
object.