isSubset: Function to determine whether A is a subset of B - bool...

Description Usage Arguments Value

View source: R/helperFunctions.R

Description

Function to determine whether A is a subset of B - bool vectors.

Usage

1
isSubset(A, B)

Arguments

A

the left operand - vector

B

the right operand - vector

Value

the boolean value of the operation


jaspeir/NIJ_Tabitha documentation built on June 3, 2020, 12:38 a.m.