Used to save xlsx files.

save_xlsx(file, ..., row_names = FALSE, col_names = TRUE, bold = TRUE)

Arguments

file

Filename.

...

Data frames or matrices, where each data frame will be saved into one sheet.

row_names

If TRUE, row names are included in output.

col_names

If TRUE, column names are included in output.

bold

If TRUE, column names are centered and bold.