does this vector only contains 1 and 2
is.12(x)
x
a vector
a boolean
is.12(c(1,1,2,1,2)) is.12(c(1,1,2,1,5))