Learn R Programming

thinkr (version 0.16)

is.12: does this vector only contains 1 and 2

Description

does this vector only contains 1 and 2

Usage

is.12(x)

Value

a boolean

Arguments

x

a vector

Examples

Run this code

is.12(c(1,1,2,1,2))
is.12(c(1,1,2,1,5))

Run the code above in your browser using DataLab