R/str-utils.R
str_wrap.Rd
Wrap long strings to multiple lines
str_wrap(string, width = getOption("width"))
Input string
Maximum characters before wrapping
Updated strings with "\n" inserted
"\n"
Other str-utils: str_detect(), str_extract(), str_starts()
str_detect()
str_extract()
str_starts()
Guangchuang Yu