R.oo (version 1.22.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, ...)

Arguments

...

Not used.

Value

Returns a reference to an Object.

See Also

For more information see Object.

Examples

Run this code
# NOT RUN {
  ex <- Exception("Oops!")
  obj <- getStaticInstance(ex)
# }

Run the code above in your browser using DataLab