commit | 53e240ff19b313d199f6ed1e9f3f82d9ed98c69d | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Mon Sep 04 20:04:29 2017 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Mon Sep 04 20:04:29 2017 -0400 |
tree | f73f6aa3e13cf7584ef7b877fc3f4e37cea6e9a4 | |
parent | 2e318eb4d6e29f6ab1bda31128f834879bb83465 [diff] [blame] |
update documentation
diff --git a/man/kable_as_image.Rd b/man/kable_as_image.Rd index 1fd162a..80e5bae 100644 --- a/man/kable_as_image.Rd +++ b/man/kable_as_image.Rd
@@ -42,5 +42,5 @@ package, which allows you to preview the results of TeX code in the Viewer panel. } \examples{ -kable_as_image(kable(mtcars, "latex"), "mtcars") +kable_as_image(kanitr::kble(mtcars, "latex"), "mtcars") }