powered by
control columns width
width(x, j = NULL, width)
flextable object
columns selection
width in inches
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()
autofit()
dim.flextable()
dim_pretty()
fit_to_width()
flextable_dim()
height()
hrule()
# NOT RUN { ft <- flextable(iris) ft <- width(ft, width = 1) # }
Run the code above in your browser using DataLab