ht_theme_kable | R Documentation |
This function provides a kable-esque theme for huxtable object
ht_theme_kable(
ht,
header_rows = 1:2,
header_cols = NULL,
border_width = 1,
border_color = "#dddddd",
bg = c("white", "#f9f9f9")
)
ht |
an object of class huxtable |
header_rows |
a numeric vector that delimits the header zone. |
border_width |
a number that defines huxtable border width |
border_color |
a character string that defines huxtable border color |
bg |
a character vector that defines background color of the flextable. If length(bg) >= 2, the table will have stripe background, otherwise plain. |
an object of class huxtable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.