knit_print.fmt_table1: Print 'fmt_table1' objects in Rmarkdown

Description Usage Arguments Examples

Description

Print fmt_table1 objects in Rmarkdown

Usage

1
2
## S3 method for class 'fmt_table1'
knit_print(x, options, ...)

Arguments

x

object of class 'fmt_table1“ object from fmt_table1 function

options

Copied from the printr package....should we delete?

...

further arguments passed to kable.

Examples

1
fmt_table1(trial, by = "trt") %>% knit_print()

ddsjoberg/clintable documentation built on June 9, 2019, 1:51 a.m.