powered by
returns widths and heights for each table columns and rows. Values are expressed in inches.
# S3 method for flextable dim(x)
flextable object
Other flextable dimensions: autofit, dim_pretty, flextable_dim, height, width
autofit
dim_pretty
flextable_dim
height
width
# NOT RUN { ft <- flextable(head(iris)) dim(ft) # }
Run the code above in your browser using DataLab