commit | bab692d89c9fbd3484330d260380fc4017dc08e8 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Tue Jan 09 17:49:55 2018 -0500 |
committer | Hao Zhu <haozhu233@gmail.com> | Tue Jan 09 17:49:55 2018 -0500 |
tree | 8af638521fbbfb5aee09253440da818093d9d94c | |
parent | d57ba6d622f7e7b61ba7dc141c5bb1b4525fef94 [diff] [blame] |
add kableExtra and Word
diff --git a/tests/visual_tests/footnote_latex.Rmd b/tests/visual_tests/footnote_latex.Rmd index 39ddc63..db51f11 100644 --- a/tests/visual_tests/footnote_latex.Rmd +++ b/tests/visual_tests/footnote_latex.Rmd
@@ -22,3 +22,9 @@ number_title = "special: ", alphabet_title = "abc: ", footnote_as_chunk = T) ``` + +```{r} +mtcars[1:5, 1:5] %>% + kable("latex", booktabs = T) %>% + footnote(general = c("Note 1", "Note 2"), general_title = "") +```