address {envnames} | R Documentation |
Call the C function address() that retrieves the memory address of an R object
address(x)
x |
object whose memory address is of interest. |
the memory address of object x
or NULL
if the object does not exist in the R workspace.