theme_booktabs {flextable}R Documentation

Apply booktabs theme

Description

Apply theme tron to a flextable

Usage

theme_booktabs(x)

Arguments

x

a flextable object

Examples

ft <- flextable(iris)
ft <- theme_booktabs(ft)

[Package flextable version 0.4.5 Index]