| width {huxtable} | R Documentation |
Functions to get or set the table-level table width property of a huxtable.
width(ht) width(ht) <- value set_width(ht, value)
ht |
A huxtable. |
value |
A length-one vector. If numeric, |
For width, the width attribute.
For set_width, the ht object.
Other table measurements: height
ht <- huxtable(a = 1:3, b = 1:3) width(ht) <- 0.8 width(ht)