powered by
Returns most frequent words
getXFreqWord(wordF, occuWords)
A vector with most frequent words.
The data.frame containing word occurrences.
The minimum number of occurrences for words to be returned.
data("wordOccuDF") getXFreqWord(wordF = wordOccuDF, occuWords = 5)
Run the code above in your browser using DataLab