getStaticInstance.Object | R Documentation |
Gets the static instance of this objects class.
## S3 method for class 'Object'
getStaticInstance(this, ...)
... |
Not used. |
Returns a reference to an Object
.
Henrik Bengtsson
For more information see Object
.
ex <- Exception("Oops!")
obj <- getStaticInstance(ex)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.