Learn R Programming

crmPack (version 1.0.0)

noOverlap: Check overlap of two character vectors

Description

Check overlap of two character vectors

Usage

noOverlap(a, b)

Arguments

a

first character vector

b

second character vector

Value

returns TRUE if there is no overlap between the two character vectors, otherwise FALSE