returns the number of lines in a part of flextable.
See also
Other functions for flextable size management:
autofit(),
dim.flextable(),
dim_pretty(),
fit_to_width(),
flextable_dim(),
height(),
hrule(),
ncol_keys(),
width()
Examples
library(flextable)
ft <- qflextable(head(cars))
nrow_part(ft, part = "body")
#> [1] 6
