Learn R Programming

R.oo (version 1.7.5)

getStaticInstance.Class: Gets the static instance of this class

Description

Gets the static instance of this class.

Usage

## S3 method for class 'Class':
getStaticInstance(this, ...)

Arguments

...
Not used.

Value

  • Returns a reference to an Object.

See Also

For more information see Class.

Examples

Run this code
obj <- getStaticInstance(Object)

Run the code above in your browser using DataLab