template_events | R Documentation |
Creates a valid expression to generate a table of events by term.
template_events(
dataname,
parentname,
arm_var,
hlt,
llt,
label_hlt = NULL,
label_llt = NULL,
add_total = TRUE,
total_label = default_total_label(),
na_level = default_na_str(),
event_type = "event",
sort_criteria = c("freq_desc", "alpha"),
sort_freq_col = total_label,
prune_freq = 0,
prune_diff = 0,
drop_arm_levels = TRUE,
incl_overall_sum = TRUE,
basic_table_args = teal.widgets::basic_table_args()
)
dataname |
( |
parentname |
( |
arm_var |
( |
hlt |
( |
llt |
( |
label_hlt |
( |
label_llt |
( |
add_total |
( |
total_label |
( |
na_level |
( |
event_type |
( |
sort_criteria |
( |
sort_freq_col |
( |
prune_freq |
( |
prune_diff |
( |
drop_arm_levels |
( |
incl_overall_sum |
( |
basic_table_args |
( |
a list
of expressions to generate a table or plot object.
tm_t_events()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.