openSheet | R Documentation |
openSheet
openSheet(sheetname, wb = NULL)
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 |
Character string of the name of the sheet
wb <- openxlsx::createWorkbook()
openxlsx::addWorksheet(wb, sheetName = "First Sheet")
openSheet("First Sheet",wb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.