
height(ht)
height(ht) <- value
set_height(ht, value)
NA
for the default, which is to leave height unset.height
, the height
attribute.
For set_height
, the ht
object.width
ht <- huxtable(a = 1:3, b = 1:3)
height(ht) <- 0.4
height(ht)
Run the code above in your browser using DataLab