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

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

textTable.tblEntriesR Documentation

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 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 22, 2024, 11:02 a.m.