R/clintable.R
as_clintable.Rd
Convert a flextable into a clintable object
as_clintable(x, page_by = NULL, group_by = NULL)
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
A clintable object
ft <- flextable::flextable(mtcars) as_clintable(ft)