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

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

Leave a Comment