Learn R Programming

xlcharts (version 0.0.1)

write_xlsx: Export to xlsx

Description

See writexl::write_xlsx for details.

Value

`write_xlsx()` returns the input invisibly.

Arguments

x

data frame or named list of data frames that will be sheets in the xlsx

path

A function call using the magrittr semantics.

col_names

write column names at the top of the file?

format_headers

make the col_names in the xlsx centered and bold

use_zip64

use zip64 to enable support for 4GB+ xlsx files. Not all platforms can read this.