breakStrings | R Documentation |
Breaks each (long) component of a character vector into two lines.
breakStrings(x, minSizeForBreak = 20, lb = "\n")
x |
A character vector. |
minSizeForBreak |
The minimum number of characters for a string to be broken onto two lines (default 20). |
lb |
The linebreak character to use (default \n). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.