fkbl_style: A wrapper function for kableExtra::kable_styling() to be used...

View source: R/fkbl_style.R

fkbl_styleR Documentation

A wrapper function for kableExtra::kable_styling() to be used after tatooheen::fkbl()

Description

A wrapper function for kableExtra::kable_styling() to be used after tatooheen::fkbl()

Usage

fkbl_style(
  fkbl,
  scale = FALSE,
  boots_opts = c("striped", "condensed", "hover"),
  latx_opts = c("striped", "HOLD_position"),
  ...
)

Arguments

fkbl

A piped object from tatooheen::kbl()

scale

If TRUE, table will be scaled down

boots_opts

Standard bootstrap options for HTML. Can be overwritten.

latx_opts

Standard options for PDF. Can be overwritten.

...

Further arguments to kableExtra::kable_styling()


fthielen/tatooheen documentation built on Nov. 8, 2023, 4:37 a.m.