Gets the memory location where the Object resides
Gets the memory location where the Object resides.
## S3 method for class 'Object' getInternalAddress(this, format=c("numeric", "hexstring"), ...)
format |
A |
... |
Not used. |
Henrik Bengtsson
obj <- Object() getInternalAddress(obj, format="numeric") # 179742632 getInternalAddress(obj, format="hexstring") # "0x000000000ab6a7a8"
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.