print.gt_tbl: Print the table
Description
This facilitates printing of the HTML table to the R console.
Usage
# S3 method for gt_tbl
print(x, ..., view = interactive())
Arguments
x
An object of class gt_tbl
.
...
Any additional parameters.
view
The value for print()
s browse
argument.