| clean_text {rccmisc} | R Documentation |
Removes punctuation and spaces from character string. Also makes it lower case.
clean_text(string)
string |
a character string to "clean" |
the cleaned character string (no punctuation, spaces or capital letters)
clean_text("HELLO_World!!!")