Beginner R
Q19 / 100

Which function checks if a value is missing (NA)?

Correct! Well done.

Incorrect.

The correct answer is C) is.na()

C

Correct Answer

is.na()

Explanation

is.na() tests each element of an object and returns TRUE for elements that are NA.

Progress
19/100