commit | 9410a274719f0321afd138c8e4b6a784f68b5d55 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Mon Aug 03 01:11:47 2020 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Mon Aug 03 01:11:47 2020 -0400 |
tree | 9631306dcae7b7c4573be33707da078ec89fbbdc | |
parent | 27d89bf9a5afd0576268976def862d2dfdad57c5 [diff] [blame] |
add all_cols to add_indent
diff --git a/man/as_image.Rd b/man/as_image.Rd index 1d1688a..1219ff8 100644 --- a/man/as_image.Rd +++ b/man/as_image.Rd
@@ -25,3 +25,13 @@ and then try to put it in an rmarkdown document using \code{knitr::include_graphics}. } +\examples{ +\dontrun{ +library(kableExtra) + +kable(mtcars, "latex", booktabs = T) \%>\% +kable_styling(latex_options = c("striped", "scale_down")) \%>\% +row_spec(1, color = "red") \%>\% +as_image() +} +}