caption_width: Set the width of the table caption

View source: R/properties-table.R

caption_widthR Documentation

Set the width of the table caption

Description

A numeric widths is interpreted as a proportion of text width in LaTeX, or of width of the containing element in HTML. A character width must be a valid LaTeX or CSS dimension. The default, NA, makes the caption the same width as the table.

Usage

caption_width(ht)

caption_width(ht) <- value

set_caption_width(ht, value)

Arguments

ht

A huxtable.

value

Number or string. Set to NA to reset to the default, which is NA_real_.

Value

property() returns the property value(s). set_property() and map_property() return the modified huxtable.

See Also

Other caption properties: caption(), caption_pos()

Examples

set_caption_width(jams, 0.5)


huxtable documentation built on Aug. 19, 2025, 1:12 a.m.