Convert to R# object
ConvertToR
01 Syntax
SMRUCC.Rsharp.RDataSet.Convertor.ConvertToR
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToRObject | 1 | Convert to R# object |
| PullRObject | 2 | Pull all R# object from the RData linked list |
| GetS4Class | 1 | Extract the S4 class name from the object's attributes pairlist. |
| CreateRVector | 1 | create primitive vector |
| PullRawData | 1 |
03 Members
ToRObject(RObject)
Convert to R# object
Parameters
| Name | Type | Description |
|---|---|---|
rdata | RObject | - |
PullRObject(RObject,
Dictionary(Of String, Object))Pull all R# object from the RData linked list
Parameters
| Name | Type | Description |
|---|---|---|
rdata | RObject | - |
GetS4Class(RObject)
Extract the S4 class name from the object's attributes pairlist. The class is stored under the "class" tag as a character vector.
CreateRVector(RObject)
create primitive vector
Parameters
| Name | Type | Description |
|---|---|---|
robj | RObject | - |
PullRawData(RData)
PullRObject(RObject)