t1flex: Convert a 'table1' object to 'flextable'.

View source: R/table1.R

t1flexR Documentation

Convert a table1 object to flextable.

Description

Convert a table1 object to flextable.

Usage

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

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.

Value

A flextable object.

Note

The flextable package needs to be installed for this to work.


benjaminrich/table1 documentation built on April 29, 2023, 7:05 p.m.