noOverlap {crmPack} | R 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
[Package crmPack version 1.0.6 Index]