theme_box {flextable}R Documentation

Apply box theme

Description

Apply theme box to a flextable

Usage

theme_box(x)

Arguments

x

a flextable object

Examples

ft <- flextable(iris)
ft <- theme_box(ft)

[Package flextable version 0.4.5 Index]