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