gt: Greater than operator

gtR Documentation

Greater than operator

Description

function that builds an opAttribute based on greater than logic

Usage

gt(x)

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

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

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