text_clean.Rd
Cleans the supplied text string and converts it into a list of individual words.
text_clean(text)
(string): A string object.
list of each word in all lower case and without punctuation.
Takes the string, converts all the characters to lower case, removes punctuation, and splits the string into individual words.