| str_wrap | R Documentation |
Wrap long strings to multiple lines
str_wrap(string, width = getOption("width"))
string |
Input string |
width |
Maximum characters before wrapping |
Updated strings with "\n" inserted
Guangchuang Yu
Other str-utils:
str_detect(),
str_extract(),
str_starts()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.