commit | 9399dccf5d722878cbb07cfbb2bf037fbb5582ad | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Wed Aug 26 17:27:38 2020 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Wed Aug 26 17:27:38 2020 -0400 |
tree | c2526a18d9189488dcf5da7126574676dafa330f | |
parent | cd9a581319debbab79e03e2c7fd88af368813374 [diff] [blame] |
disable execution of examples for notes on cran
diff --git a/man/kable_styling.Rd b/man/kable_styling.Rd index 9cc993d..a7bc566 100644 --- a/man/kable_styling.Rd +++ b/man/kable_styling.Rd
@@ -134,10 +134,12 @@ } } \examples{ +\dontrun{ x_html <- knitr::kable(head(mtcars), "html") kable_styling(x_html, "striped", position = "left", font_size = 7) x_latex <- knitr::kable(head(mtcars), "latex") kable_styling(x_latex, latex_options = "striped", position = "float_left") +} }