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

Description Usage Arguments Value See Also

View source: R/textTable.tblEntries.bare.R

Description

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

Usage

1
2
## S3 method for class 'tblEntries'
textTable(x, ...)

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.)

Value

A textTable object.

See Also

tblParts


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