Make a flextable with preferred formatting
make_ft(x, title = NULL, col_names = NULL, hlines = "all")
The data.frame to use for flextable
The string to use as the table title
A character vector of preferred column names for flextable. Length of character vector must be equal to the number of columns. Defaults to NULL, in which case the column names of x are used in the flextable.
The row numbers to draw horizontal lines beneath. Defaults to "all", can be "all", "none", or a numeric vector.
A flextable object with the argued formatting