resp01_counts_cfun {junco} | R Documentation |
Content Row Function for Counts of Subgroups in Response Tables (RESP01)
Description
Content Row Function for Counts of Subgroups in Response Tables (RESP01)
Usage
resp01_counts_cfun(df, labelstr, .spl_context, .alt_df, label_fstr)
Arguments
df |
( |
labelstr |
( |
.spl_context |
( |
.alt_df |
( |
label_fstr |
( |
Value
The correct rtables::in_rows()
result.
Examples
fake_spl_context <- data.frame(
cur_col_split_val = I(list(c(ARM = "A: Drug X", count_prop = "count_prop")))
)
resp01_counts_cfun(
df = DM,
labelstr = "Blue",
.spl_context = fake_spl_context,
.alt_df = DM,
label_fstr = "Color: %s"
)
[Package junco version 0.1.1 Index]