flextable (version 0.5.5)

theme_vader: Apply Sith Lord Darth Vader

Description

Apply Sith Lord Darth Vader theme to a flextable

Usage

theme_vader(x, fontsize = 11)

Arguments

x

a flextable object

fontsize

font size in pixel

See Also

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

Examples

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

Run the code above in your browser using DataCamp Workspace