Learn R Programming

inpdfr (version 0.1.12)

excludeStopWords: Exclude StopWords form the word-occurrence data.frame.

Description

Exclude StopWords form the word occurrences data.frame. excludeStopWords uses parallel to perform parallel computation.

Usage

excludeStopWords(wordF, lang = "English")

Value

The word-occurrence data.frame.

Arguments

wordF

The data.frame containing word occurrences.

lang

The language used ("French", "English", "Spanish").

Examples

Run this code
if (FALSE) {
excludeStopWords(wordF = myDF, lang = "French")
}

Run the code above in your browser using DataLab