View source: R/shiny_helpers.R
| insert_line_break | R Documentation |
Function insert a line break into a string after n chars
insert_line_break(x, n = 30)
x |
string |
n |
insert line break after n chars |
new string with line breaks #377EB8, #E41A1C
insert_line_break(x = "very long string", n = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.