- writeData function - RDocumentation
Write an object to worksheet with optional styling wb, sheet, x, startCol = 1, startRow = 1, array = FALSE, xy = NULL, colNames = TRUE, rowNames = FALSE, headerStyle = openxlsx_getOp("headerStyle"), borders = openxlsx_getOp("borders", "none"), borderColour = openxlsx_getOp("borderColour", "black"),
- write. xlsx : write data to an xlsx file - R Package Documentation
A data frame or a (named) list of objects that can be handled by writeData() or writeDataTable() to write to file file: A file path to save the xlsx file asTable: If TRUE will use writeDataTable() rather than writeData() to write x to the file (default: FALSE) overwrite: Overwrite existing file (Defaults to TRUE as with write table)
- R writeData -- EndMemo
R writeData Write an object to worksheet with optional styling writeData is located in package openxlsx Please install and load package openxlsx before use
|