Learn R Programming

R.oo (version 1.7.5)

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':
getInternalAddress(this, ...)

Arguments

...
Not used.

Value

  • Returns a double (can hold 64-bit addresses, whereas an integer can only hold 32-bit addresses).

See Also

getName(). For more information see Object.

Examples

Run this code
obj <- Object()
  getInternalAddress(obj)    # 26979608

Run the code above in your browser using DataLab