Dividing columns containing NA

前端 未结 0 928
说谎
说谎 2020-12-09 18:35

I\'m trying to divide two columns both containing NA\'s, but can\'t make it work.

I\'ve tried this:

df%>%
mutate(c_n = c / n, na.rm = TRUE)
<         


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