address.RdReturns the pointer address of its argument.
address(x)Sometimes useful in determining whether a value has been copied or not, programmatically.
A character vector length 1.
https://stackoverflow.com/a/10913296/403310 (but implemented in C without using .Internal(inspect()))
x=1
address(x)
#> [1] "0x56241fb7edb0"