Description Usage Arguments Value Examples
View source: R/textfeatureinfor.R
Remove stop words
| 1 | 
| text | A character vector with length one containing the piece of text to analyze. | 
A character vector containing words in the text that are not stop words.
| 1 2 3 | text <- "Tomorrow is a big day!"
remove_stop_words(text)
"tomorrow"
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.