Exercise

Who is Calling?

is.na() is a primitive generic. In the console, look at its available methods.

When you call is.na(list(TRUE, FALSE, NA)), which of the following statements is true?

Instructions

50 XP

Possible answers