tableone (version 0.10.0)

kableone: Export TableOne Objects to Markdown

Description

Export TableOne Objects to Markdown

Usage

kableone(x, ...)

Arguments

x

an object created by a tableone function

...

arguments passed to kable

Value

A character vector of the table source code

Examples

Run this code
# NOT RUN {
library(survival)
data(pbc)

tableOne <- CreateTableOne(data = pbc)

kableone(tableOne)

# }

Run the code above in your browser using DataLab