as_clintable {clinify} | R Documentation |
Convert a flextable into a clintable object
Description
Convert a flextable into a clintable object
Usage
as_clintable(x, page_by = NULL, group_by = NULL)
Arguments
x |
A flextable object |
page_by |
A variable in the input dataframe to use for pagination |
group_by |
A variable which will be used for grouping and attached as a label above the table headers |
Value
A clintable object
Examples
ft <- flextable::flextable(mtcars)
as_clintable(ft)
[Package clinify version 0.1.2 Index]