ProtectedRObject.this

struct ProtectedRObject
this
(
,
bool u = false
)

Parameters

x
Type: Robj

R object that you want to protect

u
Type: bool

Flag indicating that the object needs to be unprotected. This is false if you are making a copy of the struct, or if you are holding an object that was allocated inside R and passed to D.

Meta