print.gt_tbl: Print a *gt* table

View source: R/print.R

print.gt_tblR Documentation

Print a gt table

Description

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.

Usage

## 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, ...)

Arguments

x

Object to be printed.

...

Any additional parameters.

view

The value for print()s browse argument.


rstudio/gt documentation built on June 29, 2024, 6:54 a.m.