split_col_expr {teal.modules.clinical} | R Documentation |
Split-Column Expression
Description
Renders the expression for column split in rtables
depending on:
the expected or not arm comparison
the expected or not arm combination
Usage
split_col_expr(compare, combine, ref, arm_var)
Arguments
compare |
( |
combine |
( |
ref |
( |
arm_var |
( |
Value
a call
Examples
split_col_expr(
compare = TRUE,
combine = FALSE,
ref = "ARM A",
arm_var = "ARMCD"
)
[Package teal.modules.clinical version 0.9.1 Index]