summary-methods | R Documentation |
Outputs a workbook
summary including the underlying Excel filename, contained worksheets,
hidden sheets, very hidden sheets, defined names and the active sheet name.
## S4 method for signature 'workbook'
summary(object)
object |
The |
Martin Studer
Mirai Solutions GmbH https://mirai-solutions.ch
workbook
, getSheets
,
isSheetHidden
, isSheetVeryHidden
,
getDefinedNames
, getActiveSheetName
## Not run:
# Load existing demo Excel file 'mtcars.xlsx' from the XLConnect package
wb.mtcars <- loadWorkbook(system.file("demoFiles/mtcars.xlsx",
package = "XLConnect"))
# Print a workbook summary
summary(wb.mtcars)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.