print-methods {XLConnect} | R Documentation |
Prints the workbook
's underlying filename.
## S4 method for signature 'workbook' print(x,...)
x |
The |
... |
Arguments passed on to standard |
Prints the specified workbook
's filename (see also the S4 filename
slot of the workbook
class).
Martin Studer
Mirai Solutions GmbH http://www.mirai-solutions.com
# Load existing demo Excel file 'mtcars.xlsx' from the XLConnect package wb.mtcars <- loadWorkbook(system.file("demoFiles/mtcars.xlsx", package = "XLConnect")) # Print the workbook's underlying filename print(wb.mtcars)