
Last chance! 50% off unlimited learning
Sale ends in
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
Dimensions of the augmented row-column grid for the table. See
?adim
for details about this grid.
Data frame with one row for each table part, giving the dimensions of the
part, in columns nr
, nc
.
A textTable
object, representing a 2D data summary table.
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
ttbl <- textTable(iris2_tab, title="Summary statistics for the iris data")
summary(ttbl)
Run the code above in your browser using DataLab