Description Usage Arguments Details Value
Check if values are between two other values
1 | x %between% r
|
x |
the value(s) to be checked (left hand side) |
r |
range to check if is between |
This is an implementation specific to this package as it returns TRUE if r is null. Not exported as it's not intended for broader use
logical indicating if x is between min/max of r
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.