Description Usage Arguments Value Author(s) References Examples
Create an excel workbook.
1 | write_excel(mydata, myfile, rowNames = FALSE, colNames = TRUE, ...)
|
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() |
none
Tyler W Bradshaw, tyler.w.bradshaw@duke.edu
none
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.