Description Usage Arguments Examples
This function takes a space-delimited sentence and inserts newlines to wrap the sentence.
1 | wrap_sentence(string, width = 30)
|
string |
The single string |
width |
The number of characters to limit the lines of the string |
1 2 | # Wraps a long string
wrap_sentence("My bonnie lies over the ocean", width=8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.