R.oo (version 1.22.0)

getStaticInstance.Class: Gets the static instance of this class

Description

Gets the static instance of this class.

Usage

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

Arguments

...

Not used.

Value

Returns a reference to an Object.

See Also

For more information see Class.

Examples

Run this code
# NOT RUN {
  obj <- getStaticInstance(Object)
# }

Run the code above in your browser using DataCamp Workspace