R.oo (version 1.26.0)

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

Description

Gets the static instance of this objects class.

Usage

# S3 method for Object
getStaticInstance(this, ...)

Value

Returns a reference to an Object.

Arguments

...

Not used.

Author

Henrik Bengtsson

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 DataLab