Just a wrapper of wb$addCreator()

addCreator(wb, Creator)

Arguments

wb

A workbook object

Creator

A string object with the name of the creator

Author

Philipp Schauberger

Examples

wb <- createWorkbook() addCreator(wb, "test")