Description Usage Arguments Value
To preprocess text fields so they can be used for further analysis. The preprocessing follows these steps:
Convert to corpus
Remove capitalized letters
Convert to plain text
Remove punctuation
Remove stopwords
Stem words
Convert to document term matrix
1 | ProcessText(x, remove = NULL)
|
x |
character for preprocessing |
remove |
a vector of additional words to remove |
Document term matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.