View source: R/tm_t_abnormality.R
template_abnormality | R Documentation |
Creates a valid expression to generate a table to summarize abnormality.
template_abnormality(
parentname,
dataname,
arm_var,
id_var = "USUBJID",
by_vars,
abnormal = list(low = c("LOW", "LOW LOW"), high = c("HIGH", "HIGH HIGH")),
grade = "ANRIND",
baseline_var = "BNRIND",
treatment_flag_var = "ONTRTFL",
treatment_flag = "Y",
add_total = FALSE,
total_label = default_total_label(),
exclude_base_abn = FALSE,
drop_arm_levels = TRUE,
na_level = default_na_str(),
basic_table_args = teal.widgets::basic_table_args(),
tbl_title
)
parentname |
( |
dataname |
( |
arm_var |
( |
id_var |
( |
by_vars |
( |
abnormal |
( |
grade |
( |
baseline_var |
( |
treatment_flag_var |
( |
treatment_flag |
( |
add_total |
( |
total_label |
( |
exclude_base_abn |
( |
drop_arm_levels |
( |
na_level |
( |
basic_table_args |
( |
tbl_title |
( |
a list
of expressions to generate a table or plot object.
tm_t_abnormality()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.