View source: R/helper_functions.R
break_long_lines | R Documentation |
Long strings are split so they are no longer than 256 characters and end at a comma.
break_long_lines(str, max_line_length = 256)
str |
String |
max_line_length |
Integer longest allowed line length |
A character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.