.xptr | R Documentation |
Base R doesn't provide utilities to build or manipulate external pointers
(objects of type "externalptr"), so we provide our own.
Objects defined with .xptr()
are not stable across sessions,
.xptr(address)
address |
Memory address |
The external pointer (type "externalptr") that the memory address points to.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.