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))
来源:https://stackoverflow.com/questions/23070665/how-can-i-find-the-index-of-all-na-in-a-dataframe-column