caption_pos {huxtable} | R Documentation |
Position the table's caption
Description
If caption_pos
is "top" or "bottom", then the horizontal position ("left",
"center" or "right") will be determined by the huxtable"s position()
.
Usage
caption_pos(ht)
caption_pos(ht) <- value
set_caption_pos(ht, value)
Arguments
ht |
A huxtable. |
value |
String: "top", "bottom", "topleft", "topcenter", "topright", "bottomleft", "bottomcenter" or "bottomright". Set to |
Value
caption_pos()
returns the caption_pos
property.
set_caption_pos()
returns the modified huxtable.
See Also
Other caption properties:
caption_width()
,
caption()
Examples
caption_pos(jams) <- "topleft"
caption_pos(jams)
caption(jams) <- "Jam for sale"
jams
set_caption_pos(jams, "bottom")
[Package huxtable version 5.5.6 Index]