Description Usage Arguments Value Examples
add line break in text
1 | util.text.wrap(x, wrap.len = 50, br = "<br>")
|
x |
input text |
wrap.len |
the max of string length before adding line break |
br |
line break separator |
character
1 2 | x <- paste(rep('a',20), collapse = '')
util.text.wrap(x, wrap.len = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.