Learn R Programming

tm (version 0.3-1)

findFreqTerms-methods: Methods for Function findFreqTerms in Package `tm'

Description

Methods for function findFreqTerms in package tm.

Arguments

Examples

Run this code
data("crude")
tdm <- TermDocMatrix(crude)
findFreqTerms(tdm, 2, 3)

Run the code above in your browser using DataLab