ft_theme: Apply theme to a flextable

Description Usage Arguments Examples

Description

Apply theme to a flextable

Usage

1
2
ft_theme(x, font_size = 11, add_w = 0.1, add_h = 0.05,
  add_h_header = 0.05)

Arguments

x

a flextable object

font_size

font size to use, part = "all"

add_w

extra width to add in inches

add_h

extra height to add in inches

add_h_header

extra header height to add in inches

Examples

1
2
ft <- flextable::flextable(iris)
ft <- ft_theme(ft)

problemofpoints/popformatting documentation built on May 14, 2019, 9:39 a.m.