
Last chance! 50% off unlimited learning
Sale ends in
wraping long string to multiple lines
str_wrap(string, width = getOption("width"))
update strings with new line character inserted
input string
the maximum number of characters before wrapping to a new line
Guangchuang Yu