| width {flextable} | R Documentation |
control columns width
width(x, j = NULL, width)
x |
flextable object |
j |
columns selection |
width |
width in inches |
Heights are not used when flextable is been rendered into HTML.
ft <- flextable(iris) ft <- width(ft, width = 1)