openxlsx (version 4.2.3)

setLastModifiedBy: Add another author to the meta data of the file.

Description

Just a wrapper of wb$changeLastModifiedBy()

Usage

setLastModifiedBy(wb, LastModifiedBy)

Arguments

wb

A workbook object

LastModifiedBy

A string object with the name of the LastModifiedBy-User

Examples

Run this code
# NOT RUN {
wb <- createWorkbook()
setLastModifiedBy(wb, "test")
# }

Run the code above in your browser using DataLab