Learn R Programming

inpdfr (version 0.1.12)

truncNumWords: Truncate the word-occurrence data.frame.

Description

Truncate the word-occurrence data.frame.

Usage

truncNumWords(wordF, maxWords)

Value

The data.frame containing word occurrences.

Arguments

wordF

The data.frame containing word occurrences.

maxWords

The maximum number of words in the data.frame.

Examples

Run this code
if (FALSE) {
truncNumWords(wordF = myWordOccurrenceDF, maxWords = 50)
}

Run the code above in your browser using DataLab