stopError: This is a convenience wrapper for sending an error and ending...

Description Usage Arguments Note

View source: R/sourceSHAPE.R

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

1
stopError(func_message)

Arguments

func_message

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

Note

There is no example as this functions role is to print a message and then quit the R run.


rSHAPE documentation built on July 19, 2019, 5:05 p.m.

Related to stopError in rSHAPE...