Set flextable columns width
control columns width
width(x, j = NULL, width, unit = "in")
x |
flextable object |
j |
columns selection |
width |
width in inches |
unit |
unit for width, one of "in", "cm", "mm". |
Heights are not used when flextable is been rendered into HTML.
Other flextable dimensions:
autofit()
,
dim.flextable()
,
dim_pretty()
,
fit_to_width()
,
flextable_dim()
,
height()
,
hrule()
,
ncol_keys()
,
nrow_part()
,
set_table_properties()
ft <- flextable(head(iris)) ft <- width(ft, width = 1.5) ft
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.