addCreator {openxlsx} | R Documentation |
Just a wrapper of wb$addCreator()
addCreator(wb, Creator)
wb |
A workbook object |
Creator |
A string object with the name of the creator |
Philipp Schauberger
wb <- createWorkbook()
addCreator(wb, "test")