print-methods {XLConnect} | R Documentation |
Print a workbook's filename
Description
Prints the workbook
's underlying filename.
Usage
## S4 method for signature 'workbook'
print(x,...)
Arguments
x |
The |
... |
Arguments passed on to standard |
Details
Prints the specified workbook
's filename (see also the S4 filename
slot of the workbook
class).
Author(s)
Martin Studer
Mirai Solutions GmbH https://mirai-solutions.ch
See Also
Examples
## Not run:
# 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)
## End(Not run)
[Package XLConnect version 1.0.10 Index]