str_wrap_hyphenate | R Documentation |
Wraps texts using hyphenation
str_wrap_hyphenate(text, max_length, dictionary = "nl_NL",
html_format = FALSE)
text |
The text you want to wrap |
max_length |
The maximum length a string may have |
dictionary |
The dictionary language used for hyphenation |
html_format |
Indicate whether you want <br> new lines |
String wrapped with newline characters
str_wrap_hyphenate(tbl_SBI$description_SBI, 25)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.