Learn R Programming

inpdfr (version 0.1.5)

truncNumWords: Truncate the word-occurrence data.frame.

Description

Truncate the word-occurrence data.frame.

Usage

truncNumWords(wordF, maxWords)

Arguments

wordF

The data.frame containing word occurrences.

maxWords

The maximum number of words in the data.frame.

Value

The data.frame containing word occurrences.

Examples

Run this code
# NOT RUN {
truncNumWords(wordF = myWordOccurrenceDF, maxWords = 50)
# }

Run the code above in your browser using DataLab