Kable: Kable S3 generic for kable printing with nice defaults

Description Usage Arguments See Also Examples

Description

Kable S3 generic for kable printing with nice defaults

Usage

1
2
3
4
Kable(x, ...)

## S3 method for class 'cohort_df'
Kable(x, grp = character(0), ...)

Arguments

x

object to render in a report

See Also

Other viewTable: ComplexSummary

Examples

1
2
3
Kable(hipsCohort())
Kable(x = hipsCohort(), grp = "sex")
Kable(x = hipsCohort(), grp = c("sex", "dept"))

mbadge/hipsMultimodal documentation built on May 9, 2019, 12:05 a.m.