Learn R Programming

rSHAPE (version 0.3.2)

stopError: This is a convenience wrapper for sending an error and ending the SHAPE run as well as the R environment. It will print a message and then traceback() report before pausing and quiting the R session. This exists to help debugging when SHAPE is run in batch-mode.

Description

This is a convenience wrapper for sending an error and ending the SHAPE run as well as the R environment. It will print a message and then traceback() report before pausing and quiting the R session. This exists to help debugging when SHAPE is run in batch-mode.

Usage

stopError(func_message)

Arguments

func_message

The message to be sent to screen prior to ending the R session.