Learn R Programming

R.oo (version 1.7.5)

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':
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 DataLab