Description Usage Arguments Value
View source: R/utils_interface.R
Create word break opportunities (for HTML) using given characters
1 2 3 4 5 | 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.