R/wrap.R

Defines functions wrap

wrap <- function(x, width=76, ...) {
  return( paste( strwrap(x, width, ...), collapse="\n" ) )
}

Try the cronR package in your browser

Any scripts or data that you put into this service are public.

cronR documentation built on Jan. 9, 2023, 5:10 p.m.