assert {evoper}R Documentation

assert

Description

The assert function stop the execution if the logical expression given by the parameter expresion is false.

Usage

assert(expresion, string)

Arguments

expresion

Some logical expression

string

The text message to show if expression does not hold


[Package evoper version 0.5.0 Index]