powered by
Returns the pointer address of its argument.
address(x)
A character vector length 1.
Anything.
Sometimes useful in determining whether a value has been copied or not, programmatically.
https://stackoverflow.com/a/10913296/403310 (but implemented in C without using .Internal(inspect()))
.Internal(inspect())
copy
x=1 address(x)
Run the code above in your browser using DataLab