width {flextable}R Documentation

Set flextable columns width

Description

control columns width

Usage

width(x, j = NULL, width)

Arguments

x

flextable object

j

columns selection

width

width in inches

Details

Heights are not used when flextable is been rendered into HTML.

See Also

flextable

Examples


ft <- flextable(iris)
ft <- width(ft, width = 1)


[Package flextable version 0.4.5 Index]