powered by
Apply Sith Lord Darth Vader theme to a flextable
theme_vader(x, fontsize = 11)
a flextable object
font size in pixel
Other flextable theme: theme_alafoli, theme_booktabs, theme_box, theme_tron_legacy, theme_tron, theme_vanilla, theme_zebra
theme_alafoli
theme_booktabs
theme_box
theme_tron_legacy
theme_tron
theme_vanilla
theme_zebra
# NOT RUN { ft <- flextable(iris) ft <- theme_vader(ft) # }
Run the code above in your browser using DataLab