Im splitting my text and creating a corpus:

> newdata Corpus = Corpus(VectorSource(newdata))

Corpus contains all the characters that I need and separated: eg "del(X)(q21)",....

However, when I convert to dtm,

dtm

More Rolando Garcia's questions See All
Similar questions and discussions