Skip to contents

Just a wrapper of wb$set_last_modified_by()

Usage

wb_set_last_modified_by(wb, name, ...)

Arguments

wb

A workbook object

name

A string object with the name of the LastModifiedBy-User

...

additional arguments

Examples

wb <- wb_workbook()
wb_set_last_modified_by(wb, "test")