flextable (version 0.5.1)

height: Set flextable rows height

Description

control rows height.

Usage

height(x, i = NULL, height, part = "body")

height_all(x, height, part = "all")

Arguments

x

flextable object

i

rows selection

height

height in inches

part

partname of the table

Examples

Run this code
# NOT RUN {
ft <- flextable(iris)
ft <- height(ft, height = .3)

# }

Run the code above in your browser using DataLab