.cli_groups_and_variable | R Documentation |
Prints a string of all group##
/group##_level
column values and
variable
column values where condition messages occur, formatted
using glue syntax.
.cli_groups_and_variable(x)
x |
( |
a string
ard <- ard_continuous(
ADSL,
by = ARM,
variables = AGE,
statistic = ~ list(
mean = \(x) mean(x),
mean_warning = \(x) {
warning("warn1")
warning("warn2")
mean(x)
},
err_fn = \(x) stop("'tis an error")
)
)
cards:::.cli_groups_and_variable(ard)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.