Just a wrapper of wb$changeLastModifiedBy()

setLastModifiedBy(wb, LastModifiedBy)

Arguments

wb

A workbook object

LastModifiedBy

A string object with the name of the LastModifiedBy-User

Author

Philipp Schauberger

Examples


wb <- createWorkbook()
setLastModifiedBy(wb, "test")