my.warning | R Documentation |
Creates a warning with a custom class.
my.warning(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 the condition function. |
Generates a custom warning.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.