obj_address {rlang}R Documentation

Address of an R object

Description

Address of an R object

Usage

obj_address(x)

Arguments

x

Any R object.

Value

Its address in memory in a string.


[Package rlang version 1.1.4 Index]