Compare the results of the following evaluations:
Reduce(function (x, y) is.na(x) | is.na(y), list(c(1, 2, NA), 1:3, 1:3)) ## [1] FALSE FALSE FALSE