print.ttt: Print 'ttt' object

Description Usage Arguments Details Value

View source: R/ttt.R

Description

Print ttt object

Usage

1
2
## S3 method for class 'ttt'
print(x, ..., theme = getOption("ttt.theme"))

Arguments

x

An object returned by ttt.

...

Further arguments passed on to other print methods.

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.


ttt documentation built on May 7, 2021, 5:06 p.m.