Description Usage Arguments Value Author(s) Examples
View source: R/FolderAnalysis_functions.R
Writes list of data frames to an xlsx file
1 2 3 4 | WriteListToXLSX(listOfDataFrames,
multipleFiles = FALSE,
outputFolder = file.path(getwd(), "xlsx"),
filepath = "list.xlsx")
|
listOfDataFrames |
list of dataframes |
multipleFiles |
If should be generated on single file with all results or multiple files |
outputFolder |
Output folder |
filepath |
filepath |
Not returning any value
Thomas Wolf, Cristiano Oliveira
1 2 3 4 |
WriteListToXLSX(listOfDataFrames = exampleList, filepath = "list.xlsx")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.