| autofit {flextable} | R Documentation |
compute and apply optimized widths and heights.
autofit(x, add_w = 0.1, add_h = 0.1)
x |
flextable object |
add_w |
extra width to add in inches |
add_h |
extra height to add in inches |
ft <- flextable(mtcars) ft <- autofit(ft) ft