| ncol_keys | R Documentation |
returns the number of columns displayed
ncol_keys(x)
x |
flextable object |
Other functions for flextable size management:
autofit(),
dim.flextable(),
dim_pretty(),
fit_to_width(),
flextable_dim(),
height(),
hrule(),
nrow_part(),
width()
library(flextable)
ft <- qflextable(head(cars))
ncol_keys(ft)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.