stop_not_positive | R Documentation |
Error function to stop the function if the value entered is (or is below) zero
stop_not_positive(value_entered)
value_entered |
The value to be error-checked by the function |
## Not run:
stop_not_positive(value_entered = age)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.