print.gt_tbl | R Documentation |
This facilitates printing of the HTML table to the R console.
This facilitates printing of multiple HTML tables (in a gt_group
object) to
the R console.
## S3 method for class 'gt_tbl'
print(x, ..., view = interactive())
## S3 method for class 'gt_group'
print(x, ..., view = interactive())
## S3 method for class 'rtf_text'
print(x, ...)
x |
Object to be printed. |
... |
Any additional parameters. |
view |
The value for |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.