removeWords | R Documentation |
Remove words from a text document.
## S3 method for class 'character'
removeWords(x, words)
## S3 method for class 'PlainTextDocument'
removeWords(x, ...)
x |
A character or text document. |
words |
A character vector giving the words to be removed. |
... |
passed over argument |
The character or text document without the specified words.
getTransformations
to list available transformation (mapping)
functions.
remove_stopwords
provided by package tau.
data("crude")
crude[[1]]
removeWords(crude[[1]], stopwords("english"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.