Learn R Programming

openxlsx (version 4.2.8)

getCreators: Get the names of the authors from the meta data of the file.

Description

Just a wrapper of wb$getCreators()

Usage

getCreators(wb)

Value

vector of creators

Arguments

wb

A workbook object

Author

Philipp Schauberger

Examples

Run this code

wb <- createWorkbook()
getCreators(wb)

Run the code above in your browser using DataLab