Message-ID: <1329156319075-4384663.post@n4.nabble.com>
Date: 2012-02-13T18:05:19Z
From: syrvn
Subject: Deleting rows and columns containing NA's and "" only
In-Reply-To: <1329148091930-4384173.post@n4.nabble.com>
Hi,
thanks for you suggestion.
I finally solved it in a different way using apply and is.na for TRUE NA's
and if(as.character(x) == "NA") etc.
However, I just spotted that read.xls seems to have problems reading in
special characters such as < or >.
Is there any workaround for that?
--
View this message in context: http://r.789695.n4.nabble.com/Deleting-rows-and-columns-containing-NA-s-and-only-tp4384173p4384663.html
Sent from the R help mailing list archive at Nabble.com.