
Last chance! 50% off unlimited learning
Sale ends in
word_wrap(labels, wrap, linesep = NULL)
NULL
and a regular new line
string ("\n"
) is used. For HTML-purposes, for instance, linesep
could be "
"
.wrap
's position.word_wrap(c("A very long string", "And another even longer string!"), 10)
message(word_wrap("Much too long string for just one line!", 15))
Run the code above in your browser using DataLab