assert_numeric_between | R Documentation |
Confirm that a value is greater than another value
assert_numeric_between(
x,
any.missing = FALSE,
null.ok = FALSE,
lower_eq = -Inf,
lower = -Inf,
upper = Inf,
upper_eq = Inf,
...,
.var.name = checkmate::vname(x)
)
x |
[any] |
any.missing |
[ |
null.ok |
[ |
lower_eq , upper_eq |
Values where equality is not allowed |
lower |
[ |
upper |
[ |
... |
Passed to |
.var.name |
[ |
x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.