negation of in infix operator

a %out% b

Arguments

a

Vector or NULL, values to be matched

b

Vector or NULL, values to be matched

Value

a boolean

Details

This function comes from https://github.com/pierucci/rmngb/tree/master/rmngb

Examples

'coca' %out% c('cola')
#> [1] TRUE
'coca' %out% c('coca', 'cola')
#> [1] FALSE