stop_quietly {reveneraR}R Documentation

Stop Function Quietly

Description

Quit a function execution without printing error messages. The idea came from a Stack Overflow answer https://stackoverflow.com/questions/14469522/stop-an-r-program-without-error.

Usage

stop_quietly()

Value

Exits a function.


[Package reveneraR version 0.1.2 Index]