print-methods
From XLConnect v1.0.1
by Martin Studer
Print a workbook's filename
Usage
# S4 method for workbook
print(x,...)
Arguments
Details
Prints the specified '>workbook
's filename (see also the S4 filename
slot of the '>workbook
class).
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)
# }
Community examples
Looks like there are no examples yet.