View source: R/tm_t_shift_by_grade.R
template_shift_by_grade | R Documentation |
Creates a valid expression to generate a grade summary table.
template_shift_by_grade(
parentname,
dataname,
arm_var = "ARM",
id_var = "USUBJID",
visit_var = "AVISIT",
worst_flag_var = c("WGRLOVFL", "WGRLOFL", "WGRHIVFL", "WGRHIFL"),
worst_flag_indicator = "Y",
anl_toxgrade_var = "ATOXGR",
base_toxgrade_var = "BTOXGR",
paramcd = "PARAMCD",
drop_arm_levels = TRUE,
add_total = FALSE,
total_label = default_total_label(),
na_level = default_na_str(),
code_missing_baseline = FALSE,
basic_table_args = teal.widgets::basic_table_args()
)
parentname |
( |
dataname |
( |
arm_var |
( |
id_var |
( |
visit_var |
( |
worst_flag_var |
( |
worst_flag_indicator |
( |
anl_toxgrade_var |
( |
base_toxgrade_var |
( |
paramcd |
( |
drop_arm_levels |
( |
add_total |
( |
total_label |
( |
na_level |
( |
code_missing_baseline |
( |
basic_table_args |
( |
a list
of expressions to generate a table or plot object.
tm_t_shift_by_grade()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.