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) <
df%>% mutate(c_n = c / n, na.rm = TRUE)