Description Usage Arguments Value See Also Examples
Removes punctuation and spaces from character string. Also makes it lower case.
1 | clean_text(string)
|
string |
a character string to "clean" |
the cleaned character string (no punctuation, spaces or capital letters)
best_match
1 | clean_text("HELLO_World!!!")
|
[1] "helloworld"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.