Displaying 1 result from an estimated 1 matches for "tp25867792p25867914".
2009 Oct 13
2
How to read plain text documents into a vector?
I'm new to R. I'm working with the text mining package tm. I have several
plain text documents in a directory, and I would like to read all the files
with extension .txt in that directory into a vector, one text document per
vector element. That is, v[1] would be the first document, v[2] the second,
etc.
I know how to read the documents into a tm Corpus, but that's not what I
want