Learn R Programming

openxlsx2 (version 0.3.1)

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

Description

Just a wrapper of wb$set_last_modified_by()

Usage

wb_set_last_modified_by(wb, LastModifiedBy)

Arguments

wb

A workbook object

LastModifiedBy

A string object with the name of the LastModifiedBy-User

See Also

Other workbook wrappers: wb_add_data_table(), wb_add_data(), wb_add_formula(), wb_add_worksheet(), wb_clone_worksheet(), wb_creators, wb_freeze_pane(), wb_get_base_font(), wb_save(), wb_set_col_widths(), wb_set_row_heights(), wb_workbook(), workbook_grouping, ws_cell_merge

Examples

Run this code
wb <- wb_workbook()
wb_set_last_modified_by(wb, "test")

Run the code above in your browser using DataLab