df2flextable2 {rrtable} | R Documentation |
Make flextable with limited width
Description
Make flextable with limited width
Usage
df2flextable2(df, mincol = 0.7, maxcol = 4, ...)
Arguments
df |
a data.frame |
mincol |
minimum column width in inch |
maxcol |
maximum column width in inch |
... |
further arguments to be passed to df2flextable() |
[Package rrtable version 0.3.0 Index]