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/collapse_rows.Rd b/man/collapse_rows.Rd index 9bc2d9e..8efcb55 100644 --- a/man/collapse_rows.Rd +++ b/man/collapse_rows.Rd
@@ -65,8 +65,10 @@ specify column styles, you should use \code{column_spec} before \code{collapse_rows}. } \examples{ +\dontrun{ dt <- data.frame(a = c(1, 1, 2, 2), b = c("a", "a", "a", "b")) x <- knitr::kable(dt, "html") collapse_rows(x) +} }