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(), fit_to_width(), flextable_dim(), height(), hrule(), ncol_keys(), nrow_part(), set_table_properties(), width()
autofit()
dim_pretty()
fit_to_width()
flextable_dim()
height()
hrule()
ncol_keys()
nrow_part()
set_table_properties()
width()
ftab <- flextable(head(iris)) dim(ftab)
Run the code above in your browser using DataLab