powered by
Removes punctuation and spaces from character string. Also makes it lower case.
clean_text(x)
a character string to "clean"
the cleaned character string (no punctuation, spaces or capital letters)
best_match
# NOT RUN { clean_text("HELLO_World!!!") # }
Run the code above in your browser using DataLab