Learn R Programming

R.oo (version 1.2.7)

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 a double ($2^64$ bytes, cf an integer
  addresses $2^32$ bytes).

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

[object Object]

For more information see Object.

programming
methods
internal
methods

Arguments