| height {flextable} | R Documentation |
control rows height.
height(x, i = NULL, height, part = "body") height_all(x, height, part = "all")
x |
flextable object |
i |
rows selection |
height |
height in inches |
part |
partname of the table |
ft <- flextable(iris) ft <- height(ft, height = .3)