check_parameter_is_numeric | R Documentation |
generic input validation; all provided arguments should be numeric (not array)
check_parameter_is_numeric(..., minval_ = NA, maxval_ = NA)
... |
arbitrary set of parameters |
minval_ |
optionally, a finite number indicating the minimum value for each parameter |
maxval_ |
optionally, a finite number indicating the maximum value for each parameter |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.