theme_vanilla {flextable}R Documentation

Apply vanilla theme

Description

Apply theme vanilla to a flextable

Usage

theme_vanilla(x)

Arguments

x

a flextable object

Examples

ft <- flextable(iris)
ft <- theme_vanilla(ft)

[Package flextable version 0.4.5 Index]