commit | 5ece06e84007856edc425b4f9dc4dd453b7e010f | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Fri Jan 19 23:18:02 2018 -0500 |
committer | Hao Zhu <haozhu233@gmail.com> | Fri Jan 19 23:18:02 2018 -0500 |
tree | 0b25340a560e8eef9012f70076cd727c87ffc7ea | |
parent | 182cfbdd9ba1025a9cd78823ce6b6be232757a56 [diff] [blame] |
Fix a typo in Doc
diff --git a/docs/awesome_table_in_html.Rmd b/docs/awesome_table_in_html.Rmd index 47d71d8..0ed1595 100644 --- a/docs/awesome_table_in_html.Rmd +++ b/docs/awesome_table_in_html.Rmd
@@ -184,7 +184,8 @@ ```{r} iris[1:10, ] %>% mutate_if(is.numeric, function(x) { - cell_spec(x, "html", bold = T, color = spec_color(x, end = 0.9), + cell_spec(x, "html", bold = T, + color = spec_color(x, end = 0.9), font_size = spec_font_size(x)) }) %>% mutate(Species = cell_spec(