View source: R/add_linebreak.R
add_linebreak | R Documentation |
add linebreaks to strings more than n characters in length
add_linebreak(string, min_length = 10, add_multiple_linebreaks = F)
string |
string |
min_length |
minimum length for string to be broken into two lines |
add_multiple_linebreaks |
if set to T, linebreaks will be added to all but the first whitespace or dash |
returns a string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.