create_wb.Rd
This function is a wrapper for openxlsx::createWorkbook()
, but also adds an info sheet including e.g. the time it was created.
create_wb(
fontSize = 10,
fontName = "Arial",
infosheet = TRUE,
infosheetlabel = "BioMath GmbH",
...
)
font size
Name of a font
Should an info sheet be created?
Label for the info sheet
Other arguments passed to openxlsx::createWorkbook()
Workbook object (see openxlsx)
wb1 <- create_wb()
wb2 <- create_wb(infosheet = FALSE)