Description Usage Arguments Value Examples
performs basic text cleaning on a single line of text by converting all text to lowercase and removing all punctuation and removing stopwords using the stopwords selection maintained in the tm package
1 | clean_text(text, stopwords = TRUE)
|
text |
a line of text |
stopwords |
logical - should stopwords be removed |
a cleaned line of text
1 | clean_text('This is a basic line. It contains UNCLEANED text.')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.