Learn R Programming

R.oo (version 1.20.0)

getStaticInstance.Class: Gets the static instance of this class

Description

Gets the static instance of this class.

Usage

"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