commit | 981933bb61b34cf95fdc87cf7cb108fda438d150 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Wed Feb 22 18:46:23 2017 -0500 |
committer | Hao Zhu <haozhu233@gmail.com> | Wed Feb 22 18:46:23 2017 -0500 |
tree | 1088a7e984bc8bc14f3ffc796ae387b84d6be8ec | |
parent | 26234122d265aeb2f8337d90e06459cbbbc429e9 [diff] [blame] |
quick demo
diff --git a/vignettes/htmlTable_styling.Rmd b/vignettes/htmlTable_styling.Rmd index b953fbf..c4917c5 100644 --- a/vignettes/htmlTable_styling.Rmd +++ b/vignettes/htmlTable_styling.Rmd
@@ -51,7 +51,8 @@ ```{r} kable(dt, format = "html") %>% - htmlTable_styling(c("striped", "bordered", "condensed"), full_width = F, float = "left") + htmlTable_styling(c("striped", "bordered", "condensed"), full_width = F, float = "left") %>% + htmlTable_add_header_above(c("", "Names" = 2)) ```