powered by
findFreqTerms(x, lowfreq = 0, highfreq = Inf)
x
lowfreq
highfreq
tf
data("crude") tdm <- TermDocumentMatrix(crude) findFreqTerms(tdm, 2, 3)
Run the code above in your browser using DataLab