Learn R Programming

flextable (version 0.6.3)

theme_vanilla: Apply vanilla theme

Description

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.

Usage

theme_vanilla(x)

Arguments

x

a flextable object

Illustrations

See Also

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()

Examples

Run this code
# NOT RUN {
ft <- flextable(head(airquality))
ft <- theme_vanilla(ft)
ft
# }

Run the code above in your browser using DataLab