Troubleshooting replace_NA function in R

前端 未结 0 731
星月不相逢
星月不相逢 2021-02-10 09:35

I have a data frame called table1. I would like to replace NA values in columns weight and age with 0.

I\'ve used this:

table1 %>% replace_na(list(weigh         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题