height {flextable}R Documentation

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


ft <- flextable(iris)
ft <- height(ft, height = .3)


[Package flextable version 0.4.5 Index]