Description Usage Arguments Author(s) References Examples
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.
1 |
file |
the path to the output file. |
... |
a list of data to write to the workbook |
Alboukadel Kassambara <alboukadel.kassambara@gmail.com>
http://www.sthda.com
1 2 | xlsx.writeMultipleData("multiple-objects-workbooks.xlsx", mtcars, Titanic, AirPassengers, state.x77)
xlsx.openFile("multiple-objects-workbooks.xlsx")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.