Description Usage Arguments Value Author(s) Examples
This function returns TRUE if x
is between lb (lower bound) and ub
(upper bound). This function can act on any type for which
<, <=, >, and >= are defined. This function
works nicely with the pipe operator from the dplyr and
magrittr packages.
1 |
x |
the focal object |
lb |
lower bound |
ub |
upper bound |
equality.ok |
Indicates whether it acceptable for the focal
object to be equal to one of the arguments. Defaults to
|
TRUE if x is between lb and
ub and FALSE otherwise.
Robert Corty
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.