| dim_pretty {flextable} | R Documentation |
return minimum estimated widths and heights for each table columns and rows in inches.
dim_pretty(x, part = "all")
x |
flextable object |
part |
partname of the table (one of 'all', 'body', 'header' or 'footer') |
ft <- flextable(mtcars) dim_pretty(ft)