Description Usage Arguments Value Examples
Gets the names of a CLR Enum value type
1 | clrGetEnumNames(enumType)
|
enumType |
a CLR object, System.Type or type name, possibly namespace and assembly qualified type name, e.g. 'My.Namespace.MyClass,MyAssemblyName'. |
a character vector of the names for the enum
1 2 3 4 5 | ## Not run:
library(rClr)
clrGetEnumNames('Rclr.TestEnum')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.