powered by
Just a wrapper of wb$changeLastModifiedBy()
setLastModifiedBy(wb, LastModifiedBy)
A workbook object
A string object with the name of the LastModifiedBy-User
# NOT RUN { wb <- createWorkbook() setLastModifiedBy(wb, "test") # }
Run the code above in your browser using DataLab