InOperator {rPDBapi} | R Documentation |
Constructs an InOperator object for search operations where the attribute value must be within a specified set.
InOperator(attribute, value)
attribute |
The attribute to be evaluated. |
value |
The set of values to include in the search. |
An object of class 'InOperator'.