noOverlap: Check overlap of two character vectors

View source: R/helpers.R

noOverlapR Documentation

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


crmPack documentation built on Sept. 3, 2022, 1:05 a.m.