View source: R/flextable_sizes.R
| dim.flextable | R Documentation |
returns widths and heights for each table columns and rows. Values are expressed in inches.
## S3 method for class 'flextable'
dim(x)
x |
flextable object |
Other functions for flextable size management:
autofit(),
dim_pretty(),
fit_to_width(),
flextable_dim(),
height(),
hrule(),
ncol_keys(),
nrow_part(),
width()
ftab <- flextable(head(iris))
dim(ftab)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.