Description Usage Arguments Value Author(s) Examples
Take a named list of dataframes with rownames and output to an Excel spreadsheet. Freezes the row and colnames and sets columns into Excel filter mode.
1 2 3 4 5 6 7 8 | dflist_to_excel(
dflist,
filename,
widthFirstCol = 40,
widthOtherCol = 10,
baseFontSize = 10,
useRownames = TRUE
)
|
dflist |
A named list of dataframes with rownames and colnames (Required). |
filename |
Path/Filename for output (Required). |
widthFirstCol |
width of 1st column (rownames) (Default=40) |
widthOtherCol |
width of 1st column (rownames) (Default=10) |
baseFontSize |
base font for Excel file (Default=10) |
useRownames |
default = TRUE; Set to false when no appropriate unique column present. |
Writes an Excel file to the specified file.
John Thompson, jrt@thompsonclan.org
1 | MyContrastTable = topTable.merge (topTablelist)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.