View source: R/add_float_range.R
add_float_range | R Documentation |
Checks if a numeric variable is within a continuous float range.
add_float_range(variable, min, max)
variable |
Numeric variable. |
min |
Minimum possible value. |
max |
Maximum possible value. |
No return value,only performs a check.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.