What do you think is the result of the following expression?

[1] NA[1] 0[1] TRUE

Great work! NA is a placeholder for a missing value, so it doesn't make sense comparing it with other values.

Yikes! Didn't we say that anyNA operation will result in NA?