powered by
By default, captions are displayed above the table. You can change this with caption_pos().
caption_pos()
caption(ht)caption(ht) <- valueset_caption(ht, value)
caption(ht) <- value
set_caption(ht, value)
property() returns the property value(s). set_property() and map_property() return the modified huxtable.
property()
set_property()
map_property()
A huxtable.
A string. Set to NA to reset to the default, which is NA_character_.
NA
NA_character_
Captions are not escaped. See the example for a workaround.
Other caption properties: caption_pos(), caption_width()
caption_width()
set_caption(jams, "Pots of jam for sale") # escape caption characters: caption(jams) <- sanitize( "Make $$$ with jam", type = "latex" )
Run the code above in your browser using DataLab