is.subset: Is the set a subset of another set.

Description Usage Arguments Value

View source: R/sharedSupport.r

Description

Returns TRUE if elements in vector a are a subset of the elements in vector b, or FALSE otherwise.

Usage

1
is.subset(a, b)

Arguments

a

a set

b

the set to test a agains

Value

logical, TRUE if a is a subset of b


jasonelaw/nrsa documentation built on Nov. 8, 2019, 11:34 a.m.