openSheet: openSheet

View source: R/xlsxTools.R

openSheetR Documentation

openSheet

Description

openSheet

Usage

openSheet(sheetname, wb = NULL)

Arguments

sheetname

The name of the sheet to load

wb

A optional workbook created or opened by xlsx. If not specified, the last workbook loaded with openXlsx will be used

Value

Character string of the name of the sheet

Examples

 wb <- openxlsx::createWorkbook()
 openxlsx::addWorksheet(wb, sheetName = "First Sheet")
 openSheet("First Sheet",wb)


Epiconcept-Paris/STRAP-epiuf documentation built on Aug. 5, 2024, 3:41 a.m.