height()`` sets the height of the entire table, while [row_height()] sets the height of individual rows. A numeric height is treated as a proportion of the containing block (HTML) or \textheight` (LaTeX). A character height
must be a valid CSS or LaTeX dimension.
Usage
height(ht)
height(ht) <- value
set_height(ht, value)
Arguments
ht
A huxtable.
value
A number or string. Set to NA to reset to the default, which is
NA.
Value
height() returns the height property.
set_height() returns the modified huxtable.