powered by
Summarize the dimensions of a table and its parts.
# S3 method for textTable summary(object, ...)
An object of S3 class summary.textTable. It is a list with components
summary.textTable
Dimensions of the augmented row-column grid for the table. See ?adim for details about this grid.
?adim
Data frame with one row for each table part, giving the dimensions of the part, in columns nr, nc.
nr
nc
A textTable object, representing a 2D data summary table.
textTable
Additional arguments, ignored with a warning. (Included for compatibility with the generic.)
There is a print method for objects of the returned class.
adim, textTable
adim
ttbl <- textTable(iris2_tab, title="Summary statistics for the iris data") summary(ttbl)
Run the code above in your browser using DataLab