nrow_part | R Documentation |
returns the number of lines in a part of flextable.
nrow_part(x, part = "body")
x |
flextable object |
part |
partname of the table (one of 'body', 'header', 'footer') |
Other flextable dimensions:
autofit()
,
dim.flextable()
,
dim_pretty()
,
fit_to_width()
,
flextable_dim()
,
height()
,
hrule()
,
ncol_keys()
,
set_table_properties()
,
width()
library(flextable)
ft <- qflextable(head(cars))
nrow_part(ft, part = "body")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.