View source: R/htmltable_css.R
htmltable_quick_style | R Documentation |
CSS for htmltable header
htmltable_quick_style( tab, widths = rep(round(100/ncol(tab)), ncol(tab)), css_style_matrix = NULL, n_cgroup = 1, font_size_cell = 14, font_size_header = 16 )
tab |
tab |
widths |
Vector |
css_style_matrix |
matrix containing css styles of the same dimensions as tab |
n_cgroup |
The number of cgroups that are in your table |
font_size_cell |
font size cell |
font_size_header |
font size header |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.