assert {evoper} | R Documentation |
The assert function stop the execution if the logical
expression given by the parameter expresion
is false.
assert(expresion, string)
expresion |
Some logical expression |
string |
The text message to show if expression does not hold |