stop_not_positive: Stop the function the value entered is (or is below) zero

View source: R/stop_non.R

stop_not_positiveR Documentation

Stop the function the value entered is (or is below) zero

Description

Error function to stop the function if the value entered is (or is below) zero

Usage

stop_not_positive(value_entered)

Arguments

value_entered

The value to be error-checked by the function

Examples

## Not run: 
stop_not_positive(value_entered = age)

## End(Not run)


p0bs/p0bservations documentation built on Nov. 14, 2024, 5:09 a.m.