powered by
Functions to get or set the table-level table position property of a huxtable.
position(ht) position(ht) <- value set_position(ht, value)
A huxtable.
A length-one character vector which may be 'left', 'center', 'right' or NA.
NA
For position, the position attribute. For set_position, the ht object.
position
set_position
ht
If your tables are too far to the right under LaTeX, try setting their width() explicitly.
width()
# NOT RUN { ht <- huxtable(a = 1:3, b = 1:3) position(ht) <- 'right' position(ht) # }
Run the code above in your browser using DataLab