Skip to contents

Store data frames to Microsoft Excel workbook. Submission of more than one data frame will result in a workbook with that many sheets. The number of worksheet names must match the number of data frames submitted.

Usage

write_workbook(workbook_name, data_frames, sheet_names)

Arguments

workbook_name

Filename of the workbook

data_frames

list of data frames

sheet_names

character vector of worksheet names

Value

the Excel workbook