parseerror | R Documentation |
This function is for internal use only. It processes the error codes returned from Edi's C library calling stop as appropriate with the slightly more understandable text equivalents of the error codes.
parseerror(err.code, where)
err.code |
The error code returned by Edi's function. An integer, negative numbers are errors. |
where |
The function in which parseerror is being called. Allows the stop message to identify where the error occurred. |
Returns nothing.
Ethan Plunkett
parseerror(1, "test")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.