Learn R Programming

crmPack (version 1.0.6)

noOverlap: Check overlap of two character vectors

Description

Check overlap of two character vectors

Usage

noOverlap(a, b)

Value

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

Arguments

a

first character vector

b

second character vector