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))
2.1m questions
2.1m answers
60 comments
57.0k users