Learn R Programming

ttt (version 1.0)

print.ttt: Print ttt object

Description

Print ttt object

Usage

# S3 method for 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").

Value

Returns x invisibly.

Details

In an interactive context, the rendered table will be displayed in a web browser. Otherwise, the HTML code will be printed as text.