What I am trying to do is to load a csv file, and convert to an term-document matrix.
Here's a section of my code:
"alert-sample-data-4-mining.csv," "head=TRUE," "myCorpus"
MyCorpus, control=list(wordLengths=c(1,Inf)), and termDocumentMatrix
but receive a notice that read: Error in UseMethod("TermDocumentMatrix", x) : no applicable method for 'TermDocumentMatrix' applied to an object of class "data.frame"