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