Learn R Programming

flextable (version 0.5.8)

theme_box: Apply box theme

Description

Apply theme box to a flextable

Usage

theme_box(x)

Arguments

x

a flextable object

See Also

Other flextable theme: theme_alafoli(), theme_booktabs(), theme_tron_legacy(), theme_tron(), theme_vader(), theme_vanilla(), theme_zebra()

Examples

Run this code
# NOT RUN {
ft <- flextable(iris)
ft <- theme_box(ft)
# }

Run the code above in your browser using DataLab