kable_style: Turn kable output into a pretty kable output

View source: R/general.R

kable_styleR Documentation

Turn kable output into a pretty kable output

Description

Turn kable output into a pretty kable output

Usage

kable_style(x, full = F)

Arguments

x

An html-styled table, as produced by kable(format = "html")

full

Boolean value indicating whether the table should span the entire width of the screen (TRUE) or not (default, FALSE)

Value

A pretty kable output, to use in markdown reports; requires kableExtra

Examples

## Not run: 
mtcars |> kable() |> kable_style()

## End(Not run)

dmarginean/aqua documentation built on March 16, 2024, 1:03 a.m.