| textbreaker | R Documentation |
Adds linebreaks to text.
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.
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.