height | R Documentation |
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.
height(ht)
height(ht) <- value
set_height(ht, value)
ht |
A huxtable. |
value |
A number or string. Set to |
height()
returns the height
property.
set_height()
returns the modified huxtable.
Other table measurements:
col_width()
,
row_height()
,
width()
height(jams) <- 0.4
height(jams)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.