write_excel: Create an excel workbook.

Description Usage Arguments Value Author(s) References Examples

View source: R/write_excel.R

Description

Create an excel workbook.

Usage

1
write_excel(mydata, myfile, rowNames = FALSE, colNames = TRUE, ...)

Arguments

rowNames

- should rownames of data be kept?

colNames

- should colnames of data be kept?

data

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

file

- output file name.

'...'

- additional arguments passed to openxlsx::writeData()

Value

none

Author(s)

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

References

none

Examples

1
write.excel(data, file = "foo.xlsx")

twesleyb/SwipProteomics documentation built on Sept. 15, 2021, 7:38 a.m.