commit | b0fd4efb8c26e2236e7da71cfe76419158da846c | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Mon Sep 04 20:19:00 2017 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Mon Sep 04 20:19:00 2017 -0400 |
tree | cb5800c3c82a01500b5969c52af7b19decc9a5bc | |
parent | 53e240ff19b313d199f6ed1e9f3f82d9ed98c69d [diff] [blame] |
bump version
diff --git a/man/kable_as_image.Rd b/man/kable_as_image.Rd index 80e5bae..4492fff 100644 --- a/man/kable_as_image.Rd +++ b/man/kable_as_image.Rd
@@ -42,5 +42,6 @@ package, which allows you to preview the results of TeX code in the Viewer panel. } \examples{ -kable_as_image(kanitr::kble(mtcars, "latex"), "mtcars") +kable_as_image(knitr::kable(mtcars, "latex", booktabs = TRUE), "mtcars") + }