cbindOp
01 Syntax
SMRUCC.Rsharp.Runtime.Internal.Object.baseOp.dataframeOp.cbindOp
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| castPartData | 1 | just try to cast the given part of data as dataframe |
| columnCombine | 1 | try to combine two dataframe by columns |
| cbind | 2 | column combine of two dataframe |
03 Members
just try to cast the given part of data as dataframe
Parameters
| Name | Type | Description |
|---|---|---|
nameKey | String | - |
col | Object | - |
strict | Boolean | - |
[default] | Object | - |
env | Environment | - |
try to combine two dataframe by columns
Remarks
the duplicated column name will be renamed
Parameters
| Name | Type | Description |
|---|---|---|
d | dataframe | - |
nameKey | String | - |
col | Object | - |
strict | Boolean | - |
[default] | Object | the default fill value for the missing row data if the row numbers between two dataframe is mis-matched, and safe mode is enabled. |
env | Environment | - |
column combine of two dataframe
Parameters
| Name | Type | Description |
|---|---|---|
d | dataframe | - |
append | dataframe | - |
strict | Boolean | - |
[default] | Object | - |
env | Environment | - |
Parameters
| Name | Type | Description |
|---|---|---|
d | dataframe | - |
nameKey | String | used as colname if the col data is a vector. |
col | Object | the col data for make cbind, value could be a vector or a dataframe |
strict | Boolean | - |
[default] | Object | - |
env | Environment | - |