openxlsx (version 4.2.3)

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

Description

Just a wrapper of wb$getCreators() Get the names of the

Usage

getCreators(wb)

Arguments

wb

A workbook object

Value

vector of creators

Examples

Run this code
# NOT RUN {
wb <- createWorkbook()
getCreators(wb)
# }

Run the code above in your browser using DataLab