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 |
... |
Ignored, with a warning. (Present for compatibility with the generic.) |
Value
A textTable
object.
See Also
[Package tablesgg version 0.9-1 Index]