Is there a way to remove the label column from the proc_freq()
flextable after it has been created?
When a flextable is created from scratch, i.e. from a dataframe, one can specify with col_keys
the columns to display. However, proc_freq() generates the table itself.
How do I remove the "label" column in the following table?
library(flextable)
proc_freq(mtcars, "cyl", "gear")