print.gt_group: Print a collection of *gt* tables

View source: R/print.R

print.gt_groupR Documentation

Print a collection of gt tables

Description

This facilitates printing of multiple HTML tables (in a gt_group object) to the R console.

Usage

## S3 method for class 'gt_group'
print(x, ..., view = interactive())

Arguments

x

An object of class gt_group.

...

Any additional parameters.

view

The value for print()s browse argument.


gt documentation built on Oct. 7, 2023, 9:07 a.m.