print.lt_tbl: Print an 'lt_tbl' (Opens in the Viewer or Browser)

View source: R/render.R

print.lt_tblR Documentation

Print an lt_tbl (Opens in the Viewer or Browser)

Description

Print an lt_tbl (Opens in the Viewer or Browser)

Usage

## S3 method for class 'lt_tbl'
print(x, ...)

Arguments

x

An lt_tbl object.

...

Passed to format().

Value

x, invisibly.

Examples

print(lt(head(mtcars)))

lt documentation built on July 10, 2026, 1:09 a.m.