Description Usage Arguments Value Examples
Gets the type name of an object, given the SEXP external pointer to this CLR object.
1 | clrTypeNameExtPtr(extPtr)
|
extPtr |
external pointer to a CLR object (not a cobjRef S4 object) |
a character string, the type name
1 2 3 4 5 6 7 | ## Not run:
library(rClr)
testClassName <- "Rclr.TestObject";
testObj <- clrNew(testClassName)
clrTypeNameExtPtr(clrGetExtPtr(testObj))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.