list2Excel: Save a named list of 'data.frames' | 'data.tables' to and...

View source: R/list2Excel.R

list2ExcelR Documentation

Save a named list of data.frames | data.tables to and Excel workbook with multiple sheets

Description

Save a named list of data.frames | data.tables to and Excel workbook with multiple sheets

Usage

list2Excel(list, file, ...)

Arguments

list

[type: list<data.frame | data.table>] A named list of data.frame or data.table; note the names should not exceed Excels max char limit of 31.

file

[type: character] A file to save to.

...

Other arguments passed to: openxlsx::saveWorkbook.


CoarfaBCM/derecksLabTools documentation built on April 3, 2022, 10:29 p.m.