| caption_pos {huxtable} | R Documentation |
Functions to get or set the table-level caption position property of a huxtable.
caption_pos(ht) caption_pos(ht) <- value set_caption_pos(ht, value)
ht |
A huxtable. |
value |
A length-one character vector, one of 'top', 'bottom', 'topleft', 'topcenter', 'topright', 'bottomleft', 'bottomcenter', 'bottomright', or |
If caption_pos is 'top' or 'bottom', then the horizontal position ('left', 'center' or 'right')
will be determined by the huxtable's position().
For caption_pos, the caption_pos attribute.
For set_caption_pos, the ht object.
ht <- huxtable(a = 1:3, b = 1:3) caption_pos(ht) <- 'bottom' caption_pos(ht)