ComparisonOperator {rPDBapi} | R Documentation |
Create a Comparison Search Operator
Description
Constructs a ComparisonOperator object for search operations that perform comparison checks on attribute values.
Usage
ComparisonOperator(attribute, value, comparison_type)
Arguments
attribute |
The attribute to be compared. |
value |
The value to compare against. |
comparison_type |
A string specifying the type of comparison (e.g., 'equal', 'greater_than'). |
Value
An object of class 'ComparisonOperator'.
[Package rPDBapi version 1.3 Index]