write_excel: Write to Excel file.

View source: R/openxlsx-functions.R

write_excelR Documentation

Write to Excel file.

Description

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.

Usage

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(s)

Ayush Noori


ayushnoori/brainstorm documentation built on April 14, 2025, 4:12 p.m.