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

View source: R/wrappers.R

getCreatorsR Documentation

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

Description

Just a wrapper of wb$getCreators()

Usage

getCreators(wb)

Arguments

wb

A workbook object

Value

vector of creators

Author(s)

Philipp Schauberger

Examples


wb <- createWorkbook()
getCreators(wb)

openxlsx documentation built on April 4, 2025, 1:37 a.m.