template_smq | R Documentation |
Creates a valid expression to generate an adverse events table by Standardized MedDRA Query.
template_smq(
dataname,
parentname,
arm_var,
llt = "AEDECOD",
add_total = TRUE,
total_label = default_total_label(),
sort_criteria = c("freq_desc", "alpha"),
drop_arm_levels = TRUE,
na_level = default_na_str(),
smq_varlabel = "Standardized MedDRA Query",
baskets = c("SMQ01NAM", "SMQ02NAM", "CQ01NAM"),
id_var = "USUBJID",
basic_table_args = teal.widgets::basic_table_args()
)
dataname |
( |
parentname |
( |
arm_var |
( |
llt |
( |
add_total |
( |
total_label |
( |
sort_criteria |
( |
drop_arm_levels |
( |
na_level |
( |
smq_varlabel |
( |
baskets |
( |
id_var |
( |
basic_table_args |
( |
a list
of expressions to generate a table or plot object.
tm_t_smq()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.