operatorValuePair: operatorValuePair

Description Usage Arguments Value Examples

Description

Creates operator value pair, called by buildRegexQuery.

Usage

1
operatorValuePair(key, value)

Arguments

key

of the key/value pair. Is always a mongo operator like $regex

value

of the key/value pair. Can be the regex and/or the corresponding option.

Value

operator value pair

Examples

1
#operatorValuePair(c("$regex","$options"),c("koln","i"))

ProjectTw/TwitteR2Mongo documentation built on May 8, 2019, 3:44 a.m.