ExactMatchOperator {rPDBapi}R Documentation

Create an Exact Match Search Operator

Description

Constructs an ExactMatchOperator object for precise search operations in the RCSB PDB. It matches an exact attribute value.

Usage

ExactMatchOperator(attribute, value)

Arguments

attribute

The attribute to match.

value

The exact value to search for.

Value

An object of class 'ExactMatchOperator'.


[Package rPDBapi version 1.2 Index]