getInternalAddress.Object {R.oo}R Documentation

Gets the memory location where the Object resides

Description

Gets the memory location where the Object resides.

Usage

## S3 method for class 'Object':
getInternalAddress(this, ...)

Arguments

... Not used.

Value

Returns an integer.

Author(s)

Henrik Bengtsson http://www.braju.com/R/

See Also

For more information see Object.

Examples

  obj <- Object()
  getInternalAddress(obj)    # 26979608

[Package R.oo version 1.0.3 Index]