Learn R Programming

tablesgg (version 0.9-1)

textTable.tblEntries: Reconstruct a texttable Object from a tblentries Object

Description

Reconstruct a textTable object from a tblEntries object. This is an internal utility function, not intended to be called by package users.

Usage

# S3 method for tblEntries
textTable(x, ...)

Value

A textTable object.

Arguments

x

A tblEntries object. The columns used are part, partrow, partcol, arow1, arow2, acol1, acol2, text, textspec, and optionally hjust and type.

...

Ignored, with a warning. (Present for compatibility with the generic.)

See Also

tblParts