control rows height for a part of the flextable when the line
height adjustment is "atleast" or "exact" (see hrule()
).
Usage
height(x, i = NULL, height, part = "body", unit = "in")
height_all(x, height, part = "all", unit = "in")
Note
This function has no effect when the rule for line height is set to
"auto" (see hrule()
), which is the default case, except with PowerPoint
which does not support this automatic line height adjustment feature.
height_all
height_all
is a convenient function for
setting the same height to all rows (selected
with argument part
).
See also
Other flextable dimensions:
autofit()
,
dim.flextable()
,
dim_pretty()
,
fit_to_width()
,
flextable_dim()
,
hrule()
,
ncol_keys()
,
nrow_part()
,
set_table_properties()
,
width()