.xptr {constructive} | R Documentation |
Build a pointer from a memory address
Description
Base R doesn't provide utilities to build or manipulate external pointers
(objects of type "externalptr"), so we provide our own. Be warned that
objects defined with .xptr()
are not stable across sessions,
however this is the best we can
Usage
.xptr(address)
Arguments
address |
Memory address |
Value
The external pointer (type "externalptr") that the memory address points to.
[Package constructive version 0.3.0 Index]