gte | R Documentation |
function that builds an opAttribute based on greater than or equal to logic
gte(x)
## S4 method for signature 'integer'
gte(x)
## S4 method for signature 'numeric'
gte(x)
## S4 method for signature 'Date'
gte(x)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.