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