DefaultOperator {rPDBapi} | R Documentation |
Create a Default Search Operator
Description
Constructs a DefaultOperator object for use in general search operations within the RCSB PDB. This operator is a basic search operator with a single value.
Usage
DefaultOperator(value)
Arguments
value |
The value to be used in the search operation. |
Value
An object of class 'DefaultOperator' representing the default search operator.
[Package rPDBapi version 1.3 Index]