summary.textTable: Summarize the Dimensions of a Table and Its Parts

Description Usage Arguments Details Value See Also Examples

View source: R/summary.bare.R

Description

Summarize the dimensions of a table and its parts.

Usage

1
2
## S3 method for class 'textTable'
summary(object, ...)

Arguments

object

A textTable object, representing a 2D data summary table.

...

Additional arguments, ignored with a warning. (Included for compatibility with the generic.)

Details

There is a print method for objects of the returned class.

Value

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 ?adim for details about this grid.

parts

Data frame with one row for each table part, giving the dimensions of the part, in columns nr, nc.

See Also

adim, textTable

Examples

1
2
3
ttbl <- textTable(iris2_tab, title="Summary statistics for the iris data")
summary(ttbl)
  

tablesgg documentation built on June 3, 2021, 1:06 a.m.