commit | 6ce2921f1ecafc1982eff06f790011470464e5cd | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Mon May 22 16:29:56 2017 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Mon May 22 16:29:56 2017 -0400 |
tree | 9e590825452571c8e87d56011a711fe08de44317 | |
parent | 72cf4e757110c209f2c25e9e67503f71a8eff6f7 [diff] [blame] |
minor changes to the docs
diff --git a/vignettes/use_kable_in_shiny.Rmd b/vignettes/use_kable_in_shiny.Rmd index d56859b..5cfcedb 100644 --- a/vignettes/use_kable_in_shiny.Rmd +++ b/vignettes/use_kable_in_shiny.Rmd
@@ -1,6 +1,10 @@ --- title: "Use kable in Shiny" output: html_document +vignette: > + %\VignetteIndexEntry{Use kable in Shiny} + %\VignetteEngine{knitr::rmarkdown} + %\VignetteEncoding{UTF-8} --- ```{r setup, include=FALSE}