powered by
does this vector only contains 0 and 1
is.01(x)
a vector
a boolean
# NOT RUN { is.01(c(0,1,0,0,1)) is.01(c(0,1,0,0,5)) # }
Run the code above in your browser using DataLab