flextable (version 0.5.11)

theme_booktabs: Apply booktabs theme

Description

Apply theme booktabs to a flextable

Usage

theme_booktabs(x, fontsize = 11)

Arguments

x

a flextable object

fontsize

font size in pixel

See Also

Other flextable theme: theme_alafoli(), theme_box(), theme_tron_legacy(), theme_tron(), theme_vader(), theme_vanilla(), theme_zebra()

Examples

Run this code
# NOT RUN {
ftab <- flextable(iris)
ftab <- theme_booktabs(ftab)
# }

Run the code above in your browser using DataCamp Workspace