bt: Between operator

btR Documentation

Between operator

Description

function that builds an opAttribute based on between logic

Usage

bt(x, y)

## S4 method for signature 'integer'
bt(x, y)

## S4 method for signature 'numeric'
bt(x, y)

## S4 method for signature 'Date'
bt(x, y)

Arguments

x

the left side bound of the between logic This can either be an integer, numeric, or Date data type. Different data types will return the appropriate opAttribute type

y

the right side bound of the between 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.