text_clean {genCountR} | R Documentation |
text_clean
Description
Cleans the supplied text string and converts it into a list of individual words.
Usage
text_clean(text)
Arguments
text |
(string): A string object. |
Details
Takes the string, converts all the characters to lower case, removes punctuation, and splits the string into individual words.
Value
list of each word in all lower case and without punctuation.
[Package genCountR version 1.0.0 Index]