Message-ID: <1343068452047-4637492.post@n4.nabble.com>
Date: 2012-07-23T18:34:12Z
From: yofiffy
Subject: tm_map help
In-Reply-To: <CAGuusR-iG2puRe2TcLrQxXYfJHUa5+sTfTOvmD4N8wJb2ghW7w@mail.gmail.com>
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.