write.xlsx.output: Write registered output tables

View source: R/helpers.R

write.xlsx.outputR Documentation

Write registered output tables

Description

Write the contents of 'OUTPUT' list to an 'xlsx' file. This function is supposed to be used at the very end of the analysis when all output tables are prepared.

Usage

write.xlsx.output(
  file,
  x = list(),
  overwrite = TRUE,
  writer = xlsx.writer.openxlsx
)

Arguments

file

is the name of 'xlsx' file.

x

a list of output tables.

overwrite

should we overwrite the existing output file?

writer

is the function that writes list of tables into an xlsx file.


IvanVoronin/mlth.data.frame documentation built on Jan. 31, 2024, 10:13 a.m.