Learn R Programming

flextable (version 0.3.0)

theme_booktabs: Apply booktabs theme

Description

Apply theme tron to a flextable

Usage

theme_booktabs(x)

Arguments

x

a flextable object

Examples

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

Run the code above in your browser using DataLab