Description Usage Arguments Value Examples
Returns a long preprocessed string from a vector of strings, converts them to lower case and removes punctuation and digits
1 |
text |
A list of strings that need to be pre-processed. |
prepro_text A character vector that cleans and stores all the inputs from text
1 2 | text <- list("hello world," , "welcome")
CleverClean(text)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.