Which of the following statement find cases with no missing values?

Which of the following statement find cases with no missing values? Correct Answer complete <- subset(data.df,complete.cases(data.df)

new <- old select the n1 through n2 rows of variables n3 through n4.