xlsx.writer.openxlsx: Write tables to xlsx file

View source: R/helpers.R

xlsx.writer.openxlsxR Documentation

Write tables to xlsx file

Description

These are the writers to use for writing the tables to an xlsx file. Different writers can rely on different packages, like 'openxlsx' or 'xlsx'. My current package of choice is 'openxlsx'.

Usage

xlsx.writer.openxlsx(tblList, file, overwrite)

Arguments

tblList

is a list of 'data.frame's. It is assumed that the input table can have 'caption' and 'note' attributes and may accept beheaded 'mlth.data.frame' (attribute 'header').

file

is the name of xlsx file.

overwrite

should we overwrite the file?

Details

It is important that tblList is a true list! 'data.frame' is also a list and the function will throw an error if 'tblList' is 'data.frame'.


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