Last chance! 50% off unlimited learning
Sale ends in
label(ht)
label(ht) <- value
set_label(ht, value)
NA
to remove any label.label
, the label
attribute.
For set_label
, the ht
object.
ht <- huxtable(a = 1:3, b = 1:3)
label(ht) <- 'tab:mytable'
label(ht)
Run the code above in your browser using DataLab