show-methods | R Documentation |
Displays a workbook
by printing it. This actually calls the workbook
's
print
method.
## S4 method for signature 'workbook'
show(object)
object |
The |
Martin Studer
Mirai Solutions GmbH https://mirai-solutions.ch
workbook
, print
## Not run:
# Load existing demo Excel file 'mtcars.xlsx' from the XLConnect package
wb.mtcars <- loadWorkbook(system.file("demoFiles/mtcars.xlsx",
package = "XLConnect"))
# Display the wb.mtcars object
wb.mtcars
# Alternatively, show can be called explicitely
show(wb.mtcars)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.