print.ttt {ttt} | R Documentation |
Print ttt
object
Description
Print ttt
object
Usage
## S3 method for class 'ttt'
print(x, ..., theme = getOption("ttt.theme"))
Arguments
x |
An object returned by |
... |
Further arguments passed on to other |
theme |
A theme (either "default" or "booktabs"). |
Details
In an interactive context, the rendered table will be displayed in a web browser. Otherwise, the HTML code will be printed as text.
Value
Returns x
invisibly.
[Package ttt version 1.0 Index]