powered by
control rows height for a part of the flextable.
height(x, i = NULL, height, part = "body")height_all(x, height, part = "all")
height_all(x, height, part = "all")
flextable object
rows selection
height in inches
partname of the table
height_all is a convenient function for setting the same height to all rows (selected with argument part).
height_all
part
Other flextable dimensions: autofit, dim.flextable, dim_pretty, flextable_dim, width
autofit
dim.flextable
dim_pretty
flextable_dim
width
# NOT RUN { ft <- flextable(iris) ft <- height(ft, height = .3) ft <- flextable(iris) ft <- height_all(ft, height = .3) # }
Run the code above in your browser using DataLab