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