t1flex {table1} | R 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 |
tablefn |
Choose a function from the |
... |
Further options passed to |
Value
A flextable
object.
Note
The flextable
package needs to be installed for this to work.
[Package table1 version 1.4.3 Index]