質問

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))
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top