Combine brainstorm
functions to add Excel worksheet. For finer control, functions can be called individually. Depends on the openxlsx
package.
openxlsx
Workbook object.
Worksheet name.
Table to add to worksheet.
Header openxlsx
style object generated by brainstorm::h1()
.
Primary row openxlsx
style object generated by brainstorm::r1()
.
Secondary row openxlsx
style object generated by brainstorm::r2()
.
Starting column to write to.
Starting row to write to.
Vector of column widths or "auto"
for automatic sizing.
Vector of row heights or "auto"
for automatic sizing.
If TRUE
, freezes first column. To freeze more than the first column, set as FALSE
and specify fac
.
If TRUE
, freezes first row. To freeze more than the first row, set as FALSE
and specify far
.
First active column, where fac = 2
is equivalent to fc = TRUE
.
First active row, where far = 2
is equivalent to fr = TRUE
.
Tab color of worksheet.
Other arguments to be passed to openxlsx::addWorksheet()
.