Learn R Programming

thinkr (version 0.11)

is.01: 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

Run this code
# 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