R/utilities-write-excel.R
writeDataToSheet.Rd
Write a data.frame to a specific sheet in an Excel file
writeDataToSheet(data, sheetName, excelObject)
A data.frame to write to the sheet
Character string. Name of the sheet to write to
An openxlsx workbook object
Invisibly returns `NULL`. **Side effect**: mutates the workbook by writing data and freezing the header row.