Set missing value handling for a TableSpec
set_spec_missing.RdControls how NA values are displayed in the table.
Examples
spec <- TableSpec() |>
set_spec_missing("-", apply_to = "numeric")
set_spec_missing.RdControls how NA values are displayed in the table.
spec <- TableSpec() |>
set_spec_missing("-", apply_to = "numeric")