powered by
return minimum estimated widths and heights for each table columns and rows in inches.
dim_pretty(x, part = "all")
flextable object
partname of the table (one of 'all', 'body', 'header' or 'footer')
Other flextable dimensions: autofit(), dim.flextable(), fit_to_width(), flextable_dim(), height(), hrule(), width()
autofit()
dim.flextable()
fit_to_width()
flextable_dim()
height()
hrule()
width()
# NOT RUN { ft <- flextable(mtcars) # } # NOT RUN { dim_pretty(ft) # }
Run the code above in your browser using DataLab