render_bootstrap_table: Render a dataframe-like object using 'knitr::kable()' and...

View source: R/html.R

render_bootstrap_tableR Documentation

Render a dataframe-like object using knitr::kable() and kableExtra::kable_styling().

Description

Render a dataframe-like object using knitr::kable() and kableExtra::kable_styling().

Usage

render_bootstrap_table(
  df,
  bootstrap_options = c("striped", "hover", "condensed"),
  full_width = TRUE,
  position = "center",
  row.names = TRUE,
  ...
)

Arguments

df

A dataframe-like object.

bootstrap_options, full_width, position

Passed to kableExtra::kable_styling().

row.names

Passed to knitr::kable().

...

Passed to knitr::kable() and kableExtra::kable_styling().

Value

An object of class kableExtra and knitr_kable.


bioinfocz/scdrake documentation built on Jan. 29, 2024, 10:24 a.m.