Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangchuangYu committed Jan 25, 2024
1 parent b2f5bf1 commit 14528fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/str-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
##' @export
##' @author Guangchuang Yu and Erqiang Hu
str_wrap <- function(string, width = getOption("width")) {
##
## actually, there is a base::strwrap() function available
##

# x <- gregexpr(' ', string)
# vapply(seq_along(x),
# FUN = function(i) {
Expand Down

0 comments on commit 14528fb

Please sign in to comment.