View source: R/utils-validation.R
| validate_range | R Documentation |
Validate Numeric Range
validate_range(x, min = -Inf, max = Inf, arg_name = "value")
x |
Value to validate. |
min |
Minimum allowed value. |
max |
Maximum allowed value. |
arg_name |
Argument name for error messages. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.