Combine brainstorm
functions to write a single data table to an Excel file with a single worksheet. For finer control, functions can be called individually. Depends on the openxlsx
package.
write_excel(table, path, overwrite, ...)
Table to add to worksheet.
Path to save Excel file.
If TRUE
, overwrite any existing file.
Other arguments to be passed to brainstorm::add_worksheet()
.