Learn R Programming

huxtable (version 6.0.1)

breakable: Allow a table to break across pages

Description

breakable() controls whether a table may break between rows across pages. Individual rows are kept together. It affects paged HTML, LaTeX, RTF, Typst, and Word output; other output formats ignore it.

Usage

breakable(ht)

breakable(ht) <- value

set_breakable(ht, value)

Value

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

Arguments

ht

A huxtable.

value

Logical. Set to NA to reset to the default, which is FALSE.

Details

In LaTeX, breakable tables use the longtable environment and therefore require a one-column layout. They cannot have a fixed height() or use a wrapping position().

Examples

Run this code
set_breakable(jams, TRUE)

Run the code above in your browser using DataLab