View source: R/error-handling.R
condition | R Documentation |
For more information on conditions and errors see
http://adv-r.had.co.nz/Exceptions-Debugging.html. See also
conditions
.
condition(subclass, ..., code = 500L, request_id = NULL, call = sys.call(-1))
subclass |
conditions returned by this function will be of the class
|
... |
zero or more objects which can be coerced to character (and which are pasted together with no separator). This forms the error message. |
code |
HTTP status code to return (if applicable). Defaults to |
request_id |
character. Used in error handling during event decomposition, when it's possible that a request ID might be known but the event hasn't been fully examined yet. |
call |
call expression |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.