getStaticInstance.Object {R.oo} | 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 (http://www.braju.com/R/)
For more information see Object
.
ex <- Exception("Oops!") obj <- getStaticInstance(ex)