dflist_to_excel: Function dflist_to_excel

Description Usage Arguments Value Author(s) Examples

View source: R/df_to_excel.R

Description

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.

Usage

1
2
3
4
5
6
7
8
dflist_to_excel(
  dflist,
  filename,
  widthFirstCol = 40,
  widthOtherCol = 10,
  baseFontSize = 10,
  useRownames = TRUE
)

Arguments

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.

Value

Writes an Excel file to the specified file.

Author(s)

John Thompson, jrt@thompsonclan.org

Examples

1
MyContrastTable  = topTable.merge (topTablelist)

jrthompson54/DGE.Tools2 documentation built on May 12, 2021, 8:47 p.m.