simplify_text | R Documentation |
A text string is converted into a simplified version by trimming, converting to upper case, replacing german Umlaute, dropping special characters like comma and semicolon and replacing multiple spaces with one space.
simplify_text(text)
text |
text string |
text string
simplify_text(" Hello World !, ")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.