powered by
Exclude StopWords form the word occurrences data.frame. excludeStopWords uses parallel to perform parallel computation.
excludeStopWords
parallel
excludeStopWords(wordF, lang = "English")
The word-occurrence data.frame.
The data.frame containing word occurrences.
The language used ("French", "English", "Spanish").
if (FALSE) { excludeStopWords(wordF = myDF, lang = "French") }
Run the code above in your browser using DataLab