I have a data.frame and some columns have NA values. I want to replace the NAs with zeros. How I do this?
feedback
|
|
See my comment in @gsk3 answer. A simple example:
There's no need to apply EDIT You should also take a look at | |||||||||
feedback
|
|
For a single vector:
For a data.frame, make a function out of the above, then Please provide a reproducible example next time as detailed here: | |||||||||
feedback
|