Description Usage Arguments Value Examples
Gets the value of a field or property of an object or class
1 |
objOrType |
a CLR object, or type name, possibly namespace and assembly qualified type name, e.g. 'My.Namespace.MyClass,MyAssemblyName'. |
name |
the name of a field/property of the object |
an object resulting from the call. May be a CLR object, or a native R object for common types. Can be NULL.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.