is.01 {thinkr}R Documentation

does this vector only contains 0 and 1

Description

does this vector only contains 0 and 1

Usage

is.01(x)

Arguments

x

a vector

Value

a boolean

Examples


is.01(c(0,1,0,0,1))
is.01(c(0,1,0,0,5))


[Package thinkr version 0.16 Index]