kableone | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.