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