dim_pretty {flextable}R Documentation

Calculate pretty dimensions

Description

return minimum estimated widths and heights for each table columns and rows in inches.

Usage

dim_pretty(x, part = "all")

Arguments

x

flextable object

part

partname of the table (one of 'all', 'body', 'header' or 'footer')

Examples


ft <- flextable(mtcars)
dim_pretty(ft)

[Package flextable version 0.4.5 Index]