powered by
Export TableOne Objects to Markdown
kableone(x, ...)
an object created by a tableone function
arguments passed to kable
kable
A character vector of the table source code
# NOT RUN { library(survival) data(pbc) tableOne <- CreateTableOne(data = pbc) kableone(tableOne) # }
Run the code above in your browser using DataLab