Skip to content
Prev 300960 / 398506 Next

tm_map help

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.