| height {huxtable} | R Documentation |
Functions to get or set the table-level table height property of a huxtable.
height(ht) height(ht) <- value set_height(ht, value)
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 |
For height, the height attribute.
For set_height, the ht object.
Other table measurements: width
ht <- huxtable(a = 1:3, b = 1:3) height(ht) <- 0.4 height(ht)