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