my.error | R Documentation |
Creates an error with a custom class.
my.error(subclass, message, call = sys.call(-1), ...)
subclass |
String giving the specific type of error. |
message |
Message to be displayed to the user. |
call |
Environment where the error ocurred. |
... |
Other arguments to be passed to the condition function. |
Generates a custom error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.