Skip to contents

Controls the number of decimal places for OFV and dOFV values. Use NA to keep significant-figure formatting.

Usage

set_spec_ofv_decimals(spec, n)

Arguments

spec

A TableSpec or SummarySpec object

n

Non-negative integer or NA

Value

Modified spec

Examples

spec <- SummarySpec() |>
  set_spec_ofv_decimals(2)