print-methods | 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 https://mirai-solutions.ch
workbook
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.