[R] tm_map help

yofiffy brian.a.mack at gmail.com
Mon Jul 23 20:34:12 CEST 2012


I encountered this error when I used readLines on a text file, and some of
the lines were empty.  Once I extracted empty rows it worked fine, EG

Text = readLines("~/text.txt")
extracts = which(Text == "")
Text = Text[-extracts]



--
View this message in context: http://r.789695.n4.nabble.com/tm-map-help-tp4423241p4637492.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list