writeExcel: Create an excel workbook

Description Usage Arguments Value Author(s) References

View source: R/writeExcel.R

Description

Create an excel workbook

Usage

1
writeExcel(data, file, rowNames = FALSE, colNames = TRUE, ...)

Arguments

data

- named list of data frames (or equivalent) to be written to an excel document.

file

- output file name.

rowNames

- should rownames of data be kept?

colNames

- should colnames of data be kept?

'...'

- additional arguments passed to openxlsx::writeData()

Value

none

Author(s)

Tyler W Bradshaw, tyler.w.bradshaw@duke.edu

References

none


twesleyb/miscR documentation built on July 8, 2021, 6:21 p.m.