splitStringToFixedwidthLines | R Documentation |
linewidth
charactersGiven a string with spaces, try to split into multiple lines of <
linewidth
characters
splitStringToFixedwidthLines(string, linewidth = 20)
string |
A string with spaces |
linewidth |
The maximum line length in characters (default: 30) |
A string with newline characters added where appropriate
splitStringToFixedwidthLines("once upon a time there was a giant and a beanstalk and a pot of gold and some beans")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.