powered by
word_wrap(labels, wrap, linesep = NULL)
labels=c("first long string", "second long string")
NULL
linesep
""
wrap
word_wrap(c("A very long string", "And another even longer string!"), 10)
Run the code above in your browser using DataLab