Que: What is the function used to test objects (returns a logical operator) if they are NA?

a. is.na()
b. is.nan()
c. as.na()
d. as.nan()
Answer: is.na()

Leave a Comment