clin_group_by {clinify} | R Documentation |
Configure a clintable to table by a grouping variable, which will be used as a label
Description
Configure a clintable to table by a grouping variable, which will be used as a label
Usage
clin_group_by(x, group_by)
Arguments
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 |
Value
A clintable object
Examples
clintable(iris) |>
clin_group_by('Species')
[Package clinify version 0.1.2 Index]