prepareWordBreak | R Documentation |
Create word break opportunities (for HTML) using given characters
prepareWordBreak(
str,
pattern = c(".", "-", "\\", "/", "_", ",", " ", "+", "="),
html = TRUE
)
str |
Character: text |
pattern |
Character: pattern(s) of interest to be used as word break opportunities |
html |
Boolean: convert to HTML? |
String containing HTML elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.