new_xptr {xptr} | R Documentation |
Create an external pointer object.
new_xptr(address = "", tag = NULL, protected = NULL) null_xptr(tag = NULL, protected = NULL)
address |
a string of pointer address |
tag |
an optional tag |
protected |
an objected to be protected from gc within the lifetime of the external pointer |
an externalptr
object