R.oo (version 1.0.3)

getInternalAddress.Object: Gets the memory location where the Object resides

Description

Gets the memory location where the Object resides.

Usage

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

...{Not used.}

Returns an integer.

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

[object Object]

For more information see Object.

programming
methods

Arguments