ExactMatchOperator {rPDBapi} | R Documentation |
Constructs an ExactMatchOperator object for precise search operations in the RCSB PDB. It matches an exact attribute value.
ExactMatchOperator(attribute, value)
attribute |
The attribute to match. |
value |
The exact value to search for. |
An object of class 'ExactMatchOperator'.