| wb_set_last_modified_by {openxlsx2} | R 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_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")
[Package openxlsx2 version 1.8 Index]