Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

library(survival)
data(pbc)

tableOne <- CreateTableOne(data = pbc)

kableone(tableOne)

tableone

Create 'Table 1' to Describe Baseline Characteristics with or without Propensity Score Weights

v0.12.0
GPL-2
Authors
Kazuki Yoshida [cre, aut] (<https://orcid.org/0000-0002-2030-3549>), Alexander Bartel [ctb, aut] (<https://orcid.org/0000-0002-1280-6138>), Jonathan J Chipman [ctb], Justin Bohn [ctb], Lucy DAgostino McGowan [ctb], Malcolm Barrett [ctb], Rune Haubo B Christensen [ctb], gbouzill [ctb]
Initial release
2020-07-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.