create_wkbk: Creates an Excel workbook with worksheets.

Description Usage Arguments

View source: R/excelutilsr.R

Description

Creates an Excel workbook with worksheets.

Usage

1
create_wkbk(file, df_list, sheetnames, create = TRUE)

Arguments

file

filename of workbook to be created

df_list

list of data frames to be added as worksheets to workbook

sheetnames

character vector of worksheet names

create

Specifies if the file should be created if it does not already exist (default is FALSE). Note that create = TRUE has no effect if the specified file exists, i.e. an existing file is loaded and not being recreated if create = TRUE.


rmsharp/excelutilsr documentation built on May 27, 2019, 9:33 a.m.