View source: R/flextable_sizes.R
width | R Documentation |
Defines the widths of one or more columns in the
table. This function will have no effect if you have
used set_table_properties(layout = "autofit")
.
set_table_properties()
can provide an alternative to fixed-width layouts
that is supported with HTML and Word output that can be set
with set_table_properties(layout = "autofit")
.
width(x, j = NULL, width, unit = "in")
x |
a |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.