theme_tron_legacy {flextable}R Documentation

Apply tron legacy theme

Description

Apply theme tron legacy to a flextable

Usage

theme_tron_legacy(x)

Arguments

x

a flextable object

Examples

ft <- flextable(iris)
ft <- theme_tron_legacy(ft)

[Package flextable version 0.4.5 Index]