kable_style | R Documentation |
Turn kable output into a pretty kable output
kable_style(x, full = F)
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) |
A pretty kable output, to use in markdown reports; requires kableExtra
## Not run:
mtcars |> kable() |> kable_style()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.