R.oo (version 1.0.3)

getStaticInstance.Object: Gets the static instance of this objects class

Description

Gets the static instance of this objects class.

Usage

## S3 method for class 'Object}(this, ...)':
getStaticInstanceundefined

...{Not used.}

Returns a reference to an Object.

ex <- Exception("Oops!")
  obj <- getStaticInstance(ex)

[object Object]

For more information see Object.

programming
methods

Arguments