Skip to contents

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.