print.tinytable | R Documentation |
This function is called automatically by R
whenever a tinytable
object is anprinted to the console or in an HTML viewer pane.
## S3 method for class 'tinytable'
print(x, output = get_option("tinytable_print_output", default = NULL), ...)
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. |
launch a browser window or cat() the table to console.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.