Print, display, or convert a tinytable object
Description
This function is called automatically by R
whenever a tinytable
object is anprinted to the console or in an HTML viewer pane.
Usage
## S3 method for class 'tinytable'
print(x, output = get_option("tinytable_print_output", default = NULL), ...)
Arguments
x
|
A data frame or data table to be rendered as a table. |
output
|
format in which a Tiny Table is printed:
|
…
|
Other arguments are ignored. |
Value
launch a browser window or cat() the table to console.