stopError {rSHAPE} | R Documentation |
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. |
Note
There is no example as this functions role is to print a message and then quit the R run.
[Package rSHAPE version 0.3.2 Index]