Learn R Programming

flextable (version 0.4.0)

dim_pretty: Calculate pretty dimensions

Description

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

Usage

dim_pretty(x)

Arguments

x

flextable object

Examples

Run this code
# NOT RUN {
ft <- flextable(mtcars)
# }
# NOT RUN {
dim_pretty(ft)
# }

Run the code above in your browser using DataLab