Skip to content

Instantly share code, notes, and snippets.

View cenuno's full-sized avatar
📚
Learning

Cristian E. Nuno cenuno

📚
Learning
View GitHub Profile
@cenuno
cenuno / Export_XLSX.R
Last active August 10, 2018 17:21
Export a named list in R as individual worksheets within an Excel workbook (.xlsx)
#
# Author: Cristian E. Nuno
# Purpose: Add list of data frames as worksheets to
# an existing Excel workbook
# Date: August 10, 2018
#
# create ExportXLSX function
ExportXLSX <- function( named.list, desired.file.path = getwd(), name.of.file, add.to.existing.file = FALSE ){