View source: R/class-workbook-wrappers.R
| wb_set_last_modified_by | R Documentation |
Just a wrapper of wb$set_last_modified_by()
wb_set_last_modified_by(wb, name, ...)
wb |
A workbook object |
name |
A string object with the name of the LastModifiedBy-User |
... |
additional arguments |
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()
wb <- wb_workbook()
wb_set_last_modified_by(wb, "test")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.