function that builds an opAttribute based on greater than logic

gt(x)

# S4 method for integer
gt(x)

# S4 method for numeric
gt(x)

# S4 method for 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