isBetween(x, a, b = NULL, include.ends = FALSE, na.convert = TRUE)a and b? Is
test > and < or >= and TRUE and result of test is NA
because either x, a, or b is NA,
return FALSE, otherwise return NA.a and b does not matter. If b is
NULL the range will be taken from values in a.