R/utilities-write-excel.R
styleColorMapping.Rd
Apply background color to mapping data.frame in excel object
styleColorMapping(mapping, sheetName, excelObject, columnName = "Color")
A data.frame
Character string. Name of the sheet to write to
An openxlsx workbook object
Character string. Name of the column where colors are defined
Invisibly returns `NULL`. Side effect: mutates the workbook by writing data and freezing the header row.