R.oo (version 1.20.0)

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

Description

Gets the static instance of this objects class.

Usage

"getStaticInstance"(this, ...)

Arguments

...
Not used.

Value

Returns a reference to an Object.

See Also

For more information see Object.

Examples

Run this code
  ex <- Exception("Oops!")
  obj <- getStaticInstance(ex)

Run the code above in your browser using DataCamp Workspace