assert_numeric_between {PKNCA} | R Documentation |
Confirm that a value is greater than another value
Description
Confirm that a value is greater than another value
Usage
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)
)
Arguments
x |
[any] |
any.missing |
[ |
null.ok |
[ |
lower_eq , upper_eq |
Values where equality is not allowed |
lower |
[ |
upper |
[ |
... |
Passed to |
.var.name |
[ |
Value
x
[Package PKNCA version 0.11.0 Index]