ContainsPhraseOperator {rPDBapi} | R Documentation |
Create a Contains Phrase Search Operator
Description
Constructs a ContainsPhraseOperator object for search operations that look for attributes containing a specific phrase.
Usage
ContainsPhraseOperator(attribute, value)
Arguments
attribute |
The attribute to be evaluated. |
value |
The phrase to search for in the attribute. |
Value
An object of class 'ContainsPhraseOperator'.
[Package rPDBapi version 1.3 Index]