Functions to get or set the table-level table height property of a huxtable.
Usage
height(ht)
height(ht) <- value
set_height(ht, value)
Arguments
ht
A huxtable.
value
A length-one vector. If numeric, it is treated as a proportion of the containing block height for HTML, or of text height (\textheight) for LaTeX. If character, it must be a valid CSS or LaTeX width. Set to NA to reset to the default, which is
NA.
Value
For height, the height property.
For set_height, the ht object.