clin_group_by | R Documentation |
Configure a clintable to table by a grouping variable, which will be used as a label
clin_group_by(x, group_by)
x |
A clintable object |
group_by |
A character vector of variable names which will be used for grouping and attached as a label above the table headers |
A clintable object
clintable(iris) |>
clin_group_by('Species')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.