kableone {tableone} | R Documentation |
Export TableOne Objects to Markdown
Description
Export TableOne Objects to Markdown
Usage
kableone(x, ...)
Arguments
x |
an object created by a tableone function |
... |
arguments passed to |
Value
A character vector of the table source code
Examples
library(survival)
data(pbc)
tableOne <- CreateTableOne(data = pbc)
kableone(tableOne)
[Package tableone version 0.13.2 Index]