Learn R Programming

inpdfr (version 0.1.5)

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")

Arguments

wordF

The data.frame containing word occurrences.

lang

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

Value

The word-occurrence data.frame.

Examples

Run this code
# NOT RUN {
excludeStopWords(wordF = myDF, lang = "French")
# }

Run the code above in your browser using DataLab