bt | R Documentation |
function that builds an opAttribute based on between logic
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)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.