View source: R/fe_stand_helpers_validation.R
check_order_of_magnitude | R Documentation |
Check a Number's Order of Magnitude Against a Requirement
check_order_of_magnitude(x, min_ok, max_ok)
x |
number to check |
min_ok |
an integer power of 10, allowed minimum |
max_ok |
an integer power of 10, allowed maximum |
TRUE if a number x's integer power of 10 is inside the range given by
min_ok
and max_ok
(min_ok
and max_ok
included)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.