Functions for handling missing values

Why use the is.na() function?

Can’t you simply do:

x == NA

No, this doesn’t work in R. This is why is.na() was created.