WriteListToXLSX {CNVPanelizer} | R Documentation |
Writes list of data frames to an xlsx file
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
WriteListToXLSX(listOfDataFrames = exampleList, filepath = "list.xlsx")