
Apply theme vanilla to a flextable: The external horizontal lines of the different parts of the table (body, header, footer) are black 2 points thick, the external horizontal lines of the different parts are black 0.5 point thick. Header text is bold, text columns are left aligned, other columns are right aligned.
theme_vanilla(x)
a flextable object
Other functions related to themes:
get_flextable_defaults()
,
set_flextable_defaults()
,
theme_alafoli()
,
theme_booktabs()
,
theme_box()
,
theme_tron_legacy()
,
theme_tron()
,
theme_vader()
,
theme_zebra()
# NOT RUN {
ft <- flextable(head(airquality))
ft <- theme_vanilla(ft)
ft
# }
Run the code above in your browser using DataLab