I have a dataframe and in a particular column I want to find the index of all NA values. How can I do it?
which(is.na(my.df$col.I.care.about))
1.4m articles
1.4m replys
5 comments
57.0k users