pointer | R Documentation |
The class PointerType
is a sub-class of
PointerFFIType
and provides a description
of a native type that is a pointer to a particular data type.
The key difference is that this FFI type allows us to query
the type(s) to which it points, as opposed to being a generic
pointer to an arbitrary type.
pointer(type)
type |
an object of class |
An object of class PointerType
.
This class has a elType
slot that contains the type of the
element for this pointer type.
Duncan Temple Lang
FFIType-class
for other classes and types.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.