as.data.frame
makeDataframe
01 Syntax
SMRUCC.Rsharp.Runtime.Internal.Object.Converts.makeDataframe
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| addHandler | 1 | Public Delegate Function IMakeDataFrame( x As Object, args As list, env As Environment ) As dataframe |
| CheckRowDimension | 1 | Do check of the row names its vector length is equals to the dataframe rows? |
| CheckDimension | 1 | check column dimension is matched to rows or not? (arguments imply differing number of rows) |
| RDataframe | 2 | Internal implementation for base.Rdataframe()) api |
| fromList | 1 | each slot features in the list should be an array will be project to the dataframe. |
| is_ableConverts | 1 | |
| tryTypeLineage | 1 | |
| createDataframe | 1 | |
| PopulateDataSet | 1 | |
| RMatrix | 1 |
03 Members
addHandler(
Type, IMakeDataFrame)Public Delegate Function IMakeDataFrame( x As Object, args As list, env As Environment ) As dataframe
Parameters
| Name | Type | Description |
|---|---|---|
type | Type | - |
handler | IMakeDataFrame | - |
CheckRowDimension(dataframe, Environment)
Do check of the row names its vector length is equals to the dataframe rows?
Parameters
| Name | Type | Description |
|---|---|---|
data | dataframe | - |
env | Environment | - |
CheckDimension(dataframe, Environment)
check column dimension is matched to rows or not? (arguments imply differing number of rows)
Parameters
| Name | Type | Description |
|---|---|---|
data | dataframe | - |
env | Environment | - |
Returns
returns the input data frame if no error, otherwise returns the error message.
RDataframe(
IEnumerable(Of NamedValue(Of Object)), Environment)Internal implementation for base.Rdataframe() api
Parameters
| Name | Type | Description |
|---|---|---|
values | IEnumerable(Of NamedValue(Of Object)) | - |
fromList(list, Environment)
each slot features in the list should be an array will be project to the dataframe.
Parameters
| Name | Type | Description |
|---|---|---|
firstList | list | - |
env | Environment | - |
is_ableConverts(
Type)tryTypeLineage(
Type)PopulateDataSet(dataframe)
RMatrix(
IEnumerable(Of T))RDataframe(
IEnumerable(Of T))