InOperator {rPDBapi}R Documentation

Create an Inclusion Search Operator

Description

Constructs an InOperator object for search operations where the attribute value must be within a specified set.

Usage

InOperator(attribute, value)

Arguments

attribute

The attribute to be evaluated.

value

The set of values to include in the search.

Value

An object of class 'InOperator'.


[Package rPDBapi version 1.1 Index]