Export TableOne Objects to Markdown
Export TableOne Objects to Markdown
kableone(x, ...)
x |
an object created by a tableone function |
... |
arguments passed to |
A character vector of the table source code
library(survival) data(pbc) tableOne <- CreateTableOne(data = pbc) kableone(tableOne)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.