View source: R/properties-table.R
caption_pos | R Documentation |
If caption_pos
is "top" or "bottom", then the horizontal position ("left",
"center" or "right") will be determined by the huxtable"s position()
.
caption_pos(ht)
caption_pos(ht) <- value
set_caption_pos(ht, value)
ht |
A huxtable. |
value |
String: "top", "bottom", "topleft", "topcenter", "topright", "bottomleft", "bottomcenter" or "bottomright". Set to |
property()
returns the property value(s).
set_property()
and map_property()
return the modified huxtable.
Other caption properties:
caption()
,
caption_width()
caption(jams) <- "Jam for sale"
jams
set_caption_pos(jams, "bottom")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.