Turns a data frame into a flextable
make_flextable(
df,
header_words = NULL,
last_id_col = NULL,
merge_col_indices = NULL,
dbl_digits = 2,
theme = c("zebra_blue", "zebra_gold", "tron", "vader", "vanilla", "booktabs",
"alafoli")
)
a flextable
data frame
header words. Takes a character vector of header words. will be automatically generate via a heuristic if left NULL. can be completely disabled by the string "disable"
last id col
merge specific column indices
integer. how many trailing digits should be displayed on dbls
string to choose a preselected theme