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)
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()
#> a flextable object. #> col_keys: `Ozone`, `Solar.R`, `Wind`, `Temp`, `Month`, `Day` #> header has 1 row(s) #> body has 6 row(s) #> original dataset sample: #> Ozone Solar.R Wind Temp Month Day #> 1 41 190 7.4 67 5 1 #> 2 36 118 8.0 72 5 2 #> 3 12 149 12.6 74 5 3 #> 4 18 313 11.5 62 5 4 #> 5 NA NA 14.3 56 5 5