.kable_styling | R Documentation |
.kable_styling
ma
.kable_styling( kable_input, bootstrap_options = "basic", latex_options = "basic", full_width = FALSE, position = "center", font_size = NULL, row_label_position = "l", repeat_header_text = "\\textit{(continued)}", repeat_header_method = c("append", "replace"), repeat_header_continued = FALSE, stripe_color = "gray!6", stripe_index = NULL, latex_table_env = NULL, protect_latex = TRUE, table.envir = "table", fixed_thead = FALSE, htmltable_class = NULL, html_font = NULL, wraptable_width = "0pt" )
mtcars %>% .kable(digits=2) %>% .kable_styling()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.