openxlsx (version 4.2.3)

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

Description

Just a wrapper of wb$addCreator()

Usage

addCreator(wb, Creator)

Arguments

wb

A workbook object

Creator

A string object with the name of the creator

Examples

Run this code
# NOT RUN {
wb <- createWorkbook()
addCreator(wb, "test")
# }

Run the code above in your browser using DataLab