lte: Less than or equal to operator

lteR Documentation

Less than or equal to operator

Description

function that builds an opAttribute based on less than or equal to than logic

Usage

lte(x)

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

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

## S4 method for signature 'Date'
lte(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.