print_tabtibble: Print a single table from a tablist

View source: R/tablist_printers.R

print_tabtibbleR Documentation

Description

Print a single table from a tablist

Usage

print_tabtibble(x, caption, ...)

## Default S3 method:
print_tabtibble(x, caption, ...)

Arguments

x

A table to print

caption

The caption for the table

...

Passed to pander::pander

Value

The result of pander::pander

Methods (by class)

  • print_tabtibble(default): Print a single table from a tablist using pander::pander()


tabtibble documentation built on April 12, 2025, 2:28 a.m.