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)property() returns the property value(s).
set_property() and map_property() return the modified huxtable.
Other table measurements:
col_width(),
row_height(),
width()
set_height(jams, 0.4)
#> Type Price
#> Strawberry 1.90
#> Raspberry 2.10
#> Plum 1.80
#>
#> Column names: Type, Price