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 June 26, 2024, 5:07 p.m.