Hi;

I have a data frame complains w/ dimensions 1133529    1 ( 1.13m obs 1 col)&
I am trying to transform it into a corpus
using the following code: myCorpus <-Corpus(VectorSource(complaints$text))
Error in .Source(readPlain, encoding, length(x), FALSE, names(x), 0, TRUE, 
: 
  vectorized sources must have positive length
Does anybody understand the error message?


Thanks



--
View this message in context: 
http://r.789695.n4.nabble.com/How-do-you-transform-a-dataframe-to-a-corpus-tp4683396.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to