ht_theme_markdown | R Documentation |
This function provides a markdown stripe theme for huxtable object
ht_theme_markdown(
ht,
header_rows = 1:2,
header_cols = NULL,
border_width = 0.8,
border_color = grey(0.75),
bg = c(grey(0.95), "white")
)
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.