flextable (version 0.5.11)

theme_tron_legacy: Apply tron legacy theme

Description

Apply theme tron legacy to a flextable

Usage

theme_tron_legacy(x)

Arguments

x

a flextable object

See Also

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

Examples

Run this code
# NOT RUN {
ftab <- flextable(iris)
ftab <- theme_tron_legacy(ftab)
# }

Run the code above in your browser using DataLab