saveAsExcel {OpenRepGrid} | R Documentation |
Save grid in a Microsoft Excel file (.xlsx)
Description
saveAsExcel
will save the grid as a Microsoft Excel file
(.xlsx
).
Usage
saveAsExcel(x, file, sheet = 1)
Arguments
x |
A |
file |
Filename to save the grid to. The name should have
the suffix |
sheet |
Index of the sheet to write to. |
Value
Invisibly returns the name of the file.
See Also
Examples
## Not run:
x <- randomGrid(options = 0)
saveAsExcel(x, "grid.xlsx")
## End(Not run)
[Package OpenRepGrid version 0.1.15 Index]