createSheet {xlsx} |
R Documentation |
Functions to manipulate worksheets.
Description
Functions to manipulate worksheets. Create a new worksheet for a given xlsx file
Usage
createSheet(wb,
sheetName = "Sheet1");
Arguments
wb
a workbook object as returned by createWorksheet or loadWorksheet. [as Workbook]
sheetName
a character specifying the name of the worksheet to create, or remove. [as string]
Details
Authors
SMRUCC genomics
Value
this function returns data object of type
Worksheet.
clr value class
Examples
[Package
xlsx version 6.0.0.3654
Index]