xlsx.writeMultipleData: Export multiple data to the same Excel workbook

Description Usage Arguments Author(s) References Examples

Description

Export multiple data to the same Excel workbook. The different objects (data) are written in different worksheets from the same Excel workbook. The object names are used for naming the different sheets. It works for data frames, matrices, time series, and tables.

Usage

1

Arguments

file

the path to the output file.

...

a list of data to write to the workbook

Author(s)

Alboukadel Kassambara <alboukadel.kassambara@gmail.com>

References

http://www.sthda.com

Examples

1
2
xlsx.writeMultipleData("multiple-objects-workbooks.xlsx", mtcars, Titanic, AirPassengers, state.x77)
xlsx.openFile("multiple-objects-workbooks.xlsx")

kassambara/r2excel documentation built on May 20, 2019, 7:40 a.m.