is_integer_between_a_b | R Documentation |
Checks if input is an integer between a and b
is_integer_between_a_b(x, a, b)
x |
input to check |
a |
lower |
b |
upper |
Returns TRUE if input is an integer between a and b, FALSE otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.