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, ...)

Arguments

table

Table to add to worksheet.

path

Path to save Excel file.

overwrite

If TRUE, overwrite any existing file.

...

Other arguments to be passed to brainstorm::add_worksheet().

Author

Ayush Noori