commit | 7ba755df586233929f0d713759b0543f8513debb | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Sat Sep 15 21:21:43 2018 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Sat Sep 15 21:21:43 2018 -0400 |
tree | f34249fb037067312fc620305321d7ad08c17513 | |
parent | a17edd0c985af92d8a6e26230decbb8f42cf63dd [diff] [blame] |
update doc
diff --git a/R/linebreak.R b/R/linebreak.R index 6e86256..74403a2 100644 --- a/R/linebreak.R +++ b/R/linebreak.R
@@ -7,7 +7,7 @@ #' @param align Choose from "l", "c" or "r" #' @param double_escape Whether special character should be double escaped. #' Default is FALSE. -#' @param linebreaker Symbol for linebreak. Default is `\n`. +#' @param linebreaker Symbol for linebreaks to replace. Default is `\n`. #' #' @export linebreak <- function(x, align = c("l", "c", "r"), double_escape = F,