grapes-out-grapes: negation of in infix operator

Description Usage Arguments Details Value Examples

Description

negation of in infix operator

Usage

1
a %out% b

Arguments

a

Vector or NULL, values to be matched

b

Vector or NULL, values to be matched

Details

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

Value

a boolean

Examples

1
2
'coca' %out% c('cola')
'coca' %out% c('coca', 'cola')

GuillaumePressiat/stringfix documentation built on Dec. 25, 2021, 12:24 a.m.