| check_val_in_range | R Documentation |
Check if a value falls within a specified range.
check_val_in_range(value, range_val)
value |
Numeric value to check. |
range_val |
Numeric vector of length 2 with min and max, or NULL. |
Logical indicating whether value is in range.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.