getInternalAddress.Object {R.oo} | R Documentation |
Gets the memory location where the Object resides.
## S3 method for class 'Object': getInternalAddress(this, ...)
... |
Not used. |
Returns a double
(can hold 64-bit addresses, whereas an integer
can
only hold 32-bit addresses).
Henrik Bengtsson (http://www.braju.com/R/)
getName()
.
For more information see Object
.
obj <- Object() getInternalAddress(obj) # 26979608