logical2int: turns a logical operator into an integer

Description Usage Arguments Details Value

Description

This is an internal function.

Usage

1

Arguments

obj

a character, the logical parameter to turn into an integer

Details

This function is called to turn a logical oprator given as a character into an integer: '>' is turned into 1, '>=' into 2, '<' into 3, '<=' into 4, '==' into 5 and '!=' into 6.

Value

an integer


datashield/dsStatsClient documentation built on May 14, 2019, 7:52 p.m.