View source: R/textTable.bare.R
| textTable.default | R Documentation |
texttable Object from a Suitable ListCreate a textTable object from a list with one component per table
part, with validity checking. Components partdim, rowhier,
colhier are added/re-derived from the table parts. Missing
type and justification attributes are added. Components are
put in standard order. This is an internal function not intended to be
called by package users.
## Default S3 method:
textTable(x, ...)
x |
A list with components for each of the table parts. See |
... |
Ignored, with a warning. (Present for compatibility with the generic.) |
Methods to create a textTable from other object classes should
generally finish by calling this function. It will do validity checking
and fill in or update the necessary components and attributes.
An object with S3 class textTable. Table parts will be in standard
order: "title", "subtitle", "rowhead", "rowheadLabels", "colhead", "body",
"foot".
textTable for documentation about the class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.