kableone function

Export TableOne Objects to Markdown

Export TableOne Objects to Markdown

kableone(x, ...)

Arguments

  • x: an object created by a tableone function
  • ...: arguments passed to kable

Returns

A character vector of the table source code

Examples

library(survival) data(pbc) tableOne <- CreateTableOne(data = pbc) kableone(tableOne)