condition | R Documentation |
Constructs a condition for custom errors.
condition(subclass, message, call = sys.call(-1), ...)
subclass |
String giving the specific error. |
message |
String giving the user message. |
call |
Environment object. |
... |
Other arguments for the output structure. |
A condition structure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.