Learn R Programming

openxlsx (version 4.2.8)

setLastModifiedBy: Set the author who modified the file last.

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

Author

Philipp Schauberger

Examples

Run this code

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

Run the code above in your browser using DataLab