create_wkbk: Creates an Excel workbook with worksheets.

View source: R/create_wkbk.R

create_wkbkR Documentation

Creates an Excel workbook with worksheets.

Description

Creates an Excel workbook with worksheets.

Usage

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/rmsutilityr documentation built on Feb. 13, 2024, 6:01 p.m.