R/wrap.R

wrap <- function(x, width=76, ...) {
  return( paste( strwrap(x, width, ...), collapse="\n" ) )
}
kevinushey/cronR documentation built on May 20, 2019, 9:09 a.m.