
caption_pos(ht)
caption_pos(ht) <- value
set_caption_pos(ht, value)
NA
for the default.caption_pos
, the caption_pos
attribute.
For set_caption_pos
, the ht
object.caption
ht <- huxtable(a = 1:3, b = 1:3)
caption_pos(ht) <- 'top'
caption_pos(ht)
Run the code above in your browser using DataLab