textTable.tblEntries {tablesgg}R 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


[Package tablesgg version 0.9-1 Index]