list_kables: List tables with the same columns

View source: R/reporting_fns.R

list_kablesR Documentation

List tables with the same columns

Description

This function will print a group of tables together in a decently pretty way. May need a bit of finagling.

Usage

list_kables(tabs, bo = c("striped", "condensed"), ...)

Arguments

tabs

A list of data frames or tibbles with the same number and names of columns

bo

boostrap options to pass to kableExtra

...

other options to be passed to kable, such as caption, align, etc.

Value

HTML or Latex output for pretty tables


CIDA-CSPH/CIDAtools documentation built on Sept. 18, 2023, 10:55 a.m.