Export TableOne Objects to Markdown
kableone(x, ...)
x
: an object created by a tableone function...
: arguments passed to kable
A character vector of the table source code
library(survival) data(pbc) tableOne <- CreateTableOne(data = pbc) kableone(tableOne)