write_all: Write objects to a MS Excel File

Description Usage Arguments

View source: R/write_all.R

Description

Given a collection of R objects (aka data.frames), it saves them as different sheets in a MS Excel File.

Usage

1
write_all(..., filename, include.rownames = FALSE, verbose = TRUE)

Arguments

...

data.frames to be saved as sheets in a MS Excel File.

filename

The path and the name to the MS Excel File.

include.rownames

If set to TRUE adds the data.frame's rownames as a new column in the sheet.

verbose

If set to TRUE usefull messages are shown.


carleshf/loadxls documentation built on Nov. 14, 2020, 9:18 a.m.