commit | bd95bb2c35c7af2b8a4209d5dd11560ee26e28f9 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Mon May 22 16:08:49 2017 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Mon May 22 16:08:49 2017 -0400 |
tree | ce66cc184cf8ff0b0da9dc77ee87d4e6c785412e | |
parent | f9aa4c4a42dfe50cd67ed40d6c37f5c6ff242233 [diff] [blame] |
Prepare for CRAN release
diff --git a/R/add_indent.R b/R/add_indent.R index 62c0a4e..6e71a44 100644 --- a/R/add_indent.R +++ b/R/add_indent.R
@@ -1,4 +1,9 @@ #' Add indentations to row headers +#' +#' @param kable_input Output of `knitr::kable()` with `format` specified +#' @param positions A vector of numeric row numbers for the rows that need to +#' be indented. +#' #' @export add_indent <- function(kable_input, positions) { if (!is.numeric(positions)) {