Re: [R] Can't pass file name as parameter to Corpus function

2009-11-04 Thread Uwe Ligges
The function Corpus seems to be in some contributed package. If you think you found a bug in a contributed package, please contact the package maintainer. Best wishes, Uwe Ligges renjl0810 wrote: I'm working on a small project to extract high-frequency terms from a document and then displ

[R] Can't pass file name as parameter to Corpus function

2009-11-02 Thread renjl0810
I'm working on a small project to extract high-frequency terms from a document and then display those terms in web page. To this end, I've to pass the file name as parameter to the Corpus function to build a corpus of only one document. I can build the corpus using the code below interactively in