R/write.R
write_workbook.Rd
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.
write_workbook(workbook_name, data_frames, sheet_names)
Filename of the workbook
list of data frames
character vector of worksheet names
the Excel workbook