how to filter out NA values in dplyr in r code example Example: filter only NA column in R subset(data,is.na(ColWtCL_6))