| position {huxtable} | R Documentation |
Functions to get or set the table-level table position property of a huxtable.
position(ht) position(ht) <- value set_position(ht, value)
ht |
A huxtable. |
value |
A length-one character vector which may be 'left', 'center', 'right' or |
If your tables are too far to the right under LaTeX, try setting their width
explicitly.
For position, the position attribute.
For set_position, the ht object.
ht <- huxtable(a = 1:3, b = 1:3) position(ht) <- 'right' position(ht)