Learn R Programming

table1 (version 1.4.3)

t1flex: Convert a table1 object to flextable.

Description

Convert a table1 object to flextable.

Usage

t1flex(x, tablefn = c("qflextable", "flextable", "regulartable"), ...)

Value

A flextable object.

Arguments

x

An object returned by table1.

tablefn

Choose a function from the flextable package to use as the basis for the table.

...

Further options passed to tablefn.