flextable (version 0.5.6)

theme_alafoli: Apply alafoli theme

Description

Apply theme alafoli to a flextable

Usage

theme_alafoli(x)

Arguments

x

a flextable object

See Also

Other flextable theme: theme_booktabs, theme_box, theme_tron_legacy, theme_tron, theme_vader, theme_vanilla, theme_zebra

Examples

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

Run the code above in your browser using DataCamp Workspace