
Last chance! 50% off unlimited learning
Sale ends in
set caption value in flextable
set_caption(x, caption)
flextable object
caption value
# NOT RUN {
ft <- flextable( head( iris ) )
ft <- set_caption(ft, "my caption")
ft
# }
Run the code above in your browser using DataLab