[R] How to replace all <NA> values in a data.frame with another ( not 0) value

Bart Joosen bartjoosen at hotmail.com
Tue May 4 15:25:38 CEST 2010


try x[is.na(x)] <- "000/000"

Bart
-- 
View this message in context: http://r.789695.n4.nabble.com/How-to-replace-all-NA-values-in-a-data-frame-with-another-not-0-value-tp2125458p2125509.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list