1. Learn
  2. /
  3. Courses
  4. /
  5. Object-Oriented Programming with S3 and R6 in R

Connected

Exercise

Who is Calling?

is.na() (docs) 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