ContainsPhraseOperator {rPDBapi} | R Documentation |
Constructs a ContainsPhraseOperator object for search operations that look for attributes containing a specific phrase.
ContainsPhraseOperator(attribute, value)
attribute |
The attribute to be evaluated. |
value |
The phrase to search for in the attribute. |
An object of class 'ContainsPhraseOperator'.