apply_fmt_fn {cards} | R Documentation |
Apply Formatting Functions
Description
Apply the formatting functions to each of the raw statistics.
Function aliases are converted to functions using alias_as_fmt_fn()
.
Usage
apply_fmt_fn(x, replace = FALSE)
Arguments
x |
( |
replace |
(scalar |
Value
an ARD data frame of class 'card'
Examples
ard_continuous(ADSL, variables = "AGE") |>
apply_fmt_fn()
[Package cards version 0.2.2 Index]