summary.textTable | R Documentation |
Summarize the dimensions of a table and its parts.
## S3 method for class 'textTable'
summary(object, ...)
object |
A |
... |
Additional arguments, ignored with a warning. (Included for compatibility with the generic.) |
There is a print method for objects of the returned class.
An object of S3 class summary.textTable
. It is a list with
components
adim |
Dimensions of the augmented row-column grid for the table. See
|
parts |
Data frame with one row for each table part, giving the dimensions of the
part, in columns |
adim
, textTable
ttbl <- textTable(iris2_tab, title="Summary statistics for the iris data")
summary(ttbl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.