Learn R Programming

openxlsx2 (version 0.8)

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, name, ...)

Arguments

wb

A workbook object

name

A string object with the name of the LastModifiedBy-User

...

additional arguments

See Also

Other workbook wrappers: wb_add_chartsheet(), wb_add_data_table(), wb_add_data(), wb_add_formula(), wb_add_pivot_table(), wb_add_worksheet(), wb_base_font, wb_clone_worksheet(), wb_col_widths, wb_copy_cells(), wb_creators, wb_freeze_pane(), wb_grouping, wb_merge_cells(), wb_save(), wb_set_row_heights(), wb_workbook()

Examples

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

Run the code above in your browser using DataLab