simplify_text {explore} | 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 !, ")