Learn R Programming

flextable (version 0.6.3)

theme_booktabs: Apply booktabs theme

Description

Apply theme booktabs to a flextable

Usage

theme_booktabs(x, bold_header = FALSE, ...)

Arguments

x

a flextable object

bold_header

header will be bold if TRUE.

...

unused

Illustrations

See Also

Other functions related to themes: get_flextable_defaults(), set_flextable_defaults(), theme_alafoli(), theme_box(), theme_tron_legacy(), theme_tron(), theme_vader(), theme_vanilla(), theme_zebra()

Examples

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

Run the code above in your browser using DataLab