XLConnect (version 0.2-14)

show-methods: Display a workbook object

Description

Displays a '>workbook by printing it. This actually calls the '>workbook's print method.

Usage

# S4 method for workbook
show(object)

Arguments

object

The '>workbook to display

See Also

'>workbook, print

Examples

Run this code
# 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)
# }

Run the code above in your browser using DataLab