Skip to content
Prev 219487 / 398500 Next

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

I need to replace <NA> occurrences in multiple columns  in a data.frame 
with "000/000"

how do I achieve this?

Thanks

Nevil Amos