Description Usage Arguments Value Examples
dropStop is a utility for removing certain words from text data
1 |
x |
character vector of strings to be cleaned |
drop |
character vector of words to scrub |
lower |
logical, if TRUE, x converted with |
splitby |
character, used with strsplit to tokenize |
a list with one element per input string, split by " ", with elements in drop
removed
1 2 3 | data(minicorpus)
minicorpus[1:3]
dropStop(minicorpus)[1:3]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.