lt_width: Set Column Widths

View source: R/tab.R

lt_widthR Documentation

Set Column Widths

Description

Set Column Widths

Usage

lt_width(x, ...)

Arguments

x

An lt() object.

...

Named arguments of the form col_name = "width". Width can be any CSS value (e.g., "100px", "20%", "8em").

Value

x with the column widths recorded.

Examples

lt(head(mtcars)) |> lt_width(mpg = "100px", cyl = "50px")

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