check_xlsx_worksheet: Create the named worksheet in a workbook, this function was...

View source: R/xlsx.R

check_xlsx_worksheetR Documentation

Create the named worksheet in a workbook, this function was not well named.

Description

This tries to make sure that some of the problems of creating new worksheets do not occur. E.g. Names must be less than something and must be unique.

Usage

check_xlsx_worksheet(wb, sheet)

Arguments

wb

Workbook to modify

sheet

Sheet to check/create.

Value

The workbook object hopefully with a new worksheet.

See Also

[openxlsx::addWorksheet()]


elsayed-lab/hpgltools documentation built on April 8, 2024, 1:30 a.m.