Description Usage Arguments Value
Create if possible and adequate the S4 object that wraps the external pointer to a CLR object. Currently not exported, as this is unlikely to be recommended for use outside of unit tests and internal to rClr.
1 | mkClrObjRef(obj, clrtype = NULL)
|
obj |
the presumed external pointer. |
clrtype |
character; the name of the CLR type for the object. If NULL, rClr retrieves the type name. |
a cobjRef S4 object if the argument is indeed an external pointer, otherwise returned unchanged if null or not an external pointer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.