Learn R Programming

rrtable (version 0.1.0)

df2flextable2: 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()