lt: Less than operator

ltR Documentation

Less than operator

Description

function that builds an opAttribute based on less than logic

Usage

lt(x)

## S4 method for signature 'integer'
lt(x)

## S4 method for signature 'numeric'
lt(x)

## S4 method for signature 'Date'
lt(x)

Arguments

x

the value to used as a bound in the op logic. This can either be an integer, numeric, or Date data type. Different data types will return the appropriate opAttribute type


OHDSI/Capr documentation built on Feb. 20, 2025, 4 a.m.