.toObjectType | R Documentation |
.NET
object to wrapper class in RTransforms a single or a list of .NET
object(s) to their
corresponding wrapper class in R. Note that if the object is a single object,
NULL
will be returned if the .NET
object is null
. This allows semantic
equivalence between .NET
and R.
.toObjectType(netObject, class)
netObject |
The |
class |
The class definition that will be used to convert the parameter. |
The wrapped object (single or a list).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.