View source: R/tm_t_abnormality_by_worst_grade.R
template_abnormality_by_worst_grade | R Documentation |
Creates a valid expression to generate a table to summarize abnormality by grade.
template_abnormality_by_worst_grade(
parentname,
dataname,
arm_var,
id_var = "USUBJID",
paramcd = "PARAMCD",
atoxgr_var = "ATOXGR",
worst_high_flag_var = "WGRHIFL",
worst_low_flag_var = "WGRLOFL",
worst_flag_indicator = "Y",
add_total = FALSE,
total_label = default_total_label(),
drop_arm_levels = TRUE,
basic_table_args = teal.widgets::basic_table_args()
)
parentname |
( |
dataname |
( |
arm_var |
( |
id_var |
( |
paramcd |
( |
atoxgr_var |
( |
worst_high_flag_var |
( |
worst_low_flag_var |
( |
worst_flag_indicator |
( |
add_total |
( |
total_label |
( |
drop_arm_levels |
( |
basic_table_args |
( |
a list
of expressions to generate a table or plot object.
tm_t_abnormality_by_worst_grade()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.