[R] Fill blank column in the data frame

alend alend.ramzy at gmail.com
Tue Feb 14 08:38:43 CET 2012


The solution is easy!

lapply(X, function(x){replace(x, x == 0, newword)})

--
View this message in context: http://r.789695.n4.nabble.com/Fill-blank-column-in-the-data-frame-tp4386328p4386361.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list