
col_width(ht)
col_width(ht) <- value
set_col_width(ht, col, value)
rowspecs
for details.col_width
, the col_width
attribute.
For set_col_width
, the ht
object.row_height
ht <- huxtable(a = 1:3, b = 1:3)
col_width(ht) <- c(.2, .8)
col_width(ht)
print_screen(ht)
Run the code above in your browser using DataLab