throw.error | R Documentation |
Rethrows an 'error' object. The 'error' class was introduced in R v1.8.1 with the new error handling mechanisms.
## S3 method for class 'error'
throw(error, ...)
error |
An object or class 'error'. |
... |
Not used. |
Returns nothing.
Henrik Bengtsson
See the tryCatch()
method etc.
See the Exception
class for more detailed information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.