Skip to contents

This function takes multiple gt tables and stacks them vertically into a single HTML output. The stacked tables are displayed in the viewer.

Usage

gt_stack_tables(tables = NULL)

Arguments

tables

A list of gt table objects to stack.

Value

Displays the stacked tables in the viewer.

Details

This function stacks multiple gt tables vertically in a single HTML block and displays the stacked tables in the viewer.