condformat2excel: Writes the table to an Excel workbook

View source: R/render_xlsx.R

condformat2excelR Documentation

Writes the table to an Excel workbook

Description

Writes the table to an Excel workbook

Usage

condformat2excel(
  x,
  filename,
  sheet_name = "Sheet1",
  overwrite_wb = FALSE,
  overwrite_sheet = TRUE
)

Arguments

x

A condformat_tbl object

filename

The xlsx file name.

sheet_name

The name of the sheet where the table will be written

overwrite_wb

logical to overwrite the whole workbook file

overwrite_sheet

logical to overwrite the sheet


condformat documentation built on Oct. 8, 2023, 9:07 a.m.