Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


flextable (version 0.5.0)

set_caption: set caption

Description

set caption value in flextable

Usage

set_caption(x, caption)

Arguments

x

flextable object

caption

caption value

Examples

Run this code
# NOT RUN {
ft <- flextable( head( iris ) )
ft <- set_caption(ft, "my caption")
ft
# }

Run the code above in your browser using DataLab