Description Usage Arguments Details Examples
Adds linebreaks to text.
1 2 3 | textbreaker(text = "Let's write some text with many different words and plot it in a nice little device.",
maxlength = 30, maxlines = 10, centered = F, separator = "\n",
trim = T, plot = F, ...)
|
text |
Character value containing the text to be split into multiple lines. |
maxlength |
Numeric value specifying the maximum number of characters per line. |
Adds linebreaks to text.
1 | textbreaker("hello world hello world hello world hello world")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.