powered by
word_wrap(labels, wrap, linesep = NULL)
NULL
"\n"
linesep
""
wrap
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