Find names of columns which contain missing values

前端 未结 3 1074
忘掉有多难
忘掉有多难 2020-12-05 03:59

I want to find all the names of columns with NA or missing data and store these column names in a vector.

# create matrix
a <- c(1,2,3,4,5,N         


        
3条回答
提交回复
热议问题