Learn R Programming

flextable (version 0.4.0)

theme_vanilla: Apply vanilla theme

Description

Apply theme vanilla to a flextable

Usage

theme_vanilla(x)

Arguments

x

a flextable object

Examples

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

Run the code above in your browser using DataLab