powered by
Convert a flextable into a clintable object
as_clintable(x, page_by = NULL, group_by = NULL)
A clintable object
A flextable object
A variable in the input dataframe to use for pagination
A variable which will be used for grouping and attached as a label above the table headers
ft <- flextable::flextable(mtcars) as_clintable(ft)
Run the code above in your browser using DataLab