getMessage.InternalErrorException | R Documentation |
Gets the message of the exception and adds a message that clarifies that the error is likely due to an internal error and not due to the user. It also gives information how to contact the maintainer or author of the suspicious package. This information is retrieved from the DESCRIPTION file of the package. To help the package developer, information about the current version of R, the current version of the package etc are also returned so the user can easily cut'n'paste that information into a bug report.
## S3 method for class 'InternalErrorException'
getMessage(this, ...)
... |
Not used. |
Returns a character
string.
Henrik Bengtsson
For more information see InternalErrorException
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.