Hi, I am using the "tm" package. When I try to use findfreqterms I get an error message: findfreqterms(dtm,2,5) Error: could not find function "findfreqterms" Obvious thing such as calling the "tm" library and a creating document term matrix have been covered. I cannot find any dependencies that findfreqterms has. Can anyone help with this? Thanks
On May 28, 2011, at 2:21 PM, lloyd barcza wrote:> Hi, > > I am using the "tm" package. When I try to use findfreqterms I get > an error message: > > findfreqterms(dtm,2,5) > Error: could not find function "findfreqterms"You are spelling it incorrectly.> > Obvious thing such as calling the "tm" library and a creating > document term matrix have been covered. I cannot find any > dependencies that findfreqterms has. Can anyone help with this?-- David Winsemius, MD West Hartford, CT
it should be findFreqTerms instead of findfreqTerms. m -- View this message in context: http://r.789695.n4.nabble.com/tm-package-tp3558064p3558783.html Sent from the R help mailing list archive at Nabble.com.