wb_set_last_modified_by: Modify author in the metadata of a workbook

View source: R/class-workbook-wrappers.R

wb_set_last_modified_byR Documentation

Modify author in the metadata of a workbook

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: base_font-wb, col_widths-wb, creators-wb, grouping-wb, row_heights-wb, wb_add_chartsheet(), wb_add_data(), wb_add_data_table(), wb_add_formula(), wb_add_hyperlink(), wb_add_pivot_table(), wb_add_slicer(), wb_add_worksheet(), wb_base_colors, wb_clone_worksheet(), wb_copy_cells(), wb_freeze_pane(), wb_merge_cells(), wb_save(), wb_workbook()

Examples

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

openxlsx2 documentation built on Oct. 18, 2024, 1:07 a.m.