word.filter: word.filter

Description Usage Arguments Value Examples

View source: R/word.filter.R

Description

Provides a list of all of the words in the .txt file.

Usage

1
word.filter(w.freq, include.sw = TRUE)

Arguments

w.freq

This should be the list of word frequencies (word.freq function).

include.sw

This is a boolean indicating whether stopwords should be included: TRUE=stopwords removed, FALSE= stopwords only

Value

a list of the approriate words and their frequencies

Examples

1
word.freq(w.freq, include.sw=TRUE)

lhagopian/WritingStyAnalysis documentation built on May 5, 2019, 12:31 a.m.