assert_number_between | R Documentation |
Confirm that a value is greater than another value
assert_number_between(
x,
...,
na.ok = FALSE,
len = 1,
.var.name = checkmate::vname(x)
)
x |
[any] |
... |
Passed to |
na.ok |
[ |
len |
Ignored (must be 1) |
.var.name |
[ |
x
or an informative error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.