setLastModifiedBy | 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.