rbind function helpers
rbindOp
01 Syntax
SMRUCC.Rsharp.Runtime.Internal.Object.baseOp.dataframeOp.rbindOp
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| safeRowBindDataFrame | 1 | this function will deal with the missing column name problem (missing column will be added into the result dataframe) |
| rowBindDataFrame | 1 | combine two dataframe by rows |
03 Members
this function will deal with the missing column name problem (missing column will be added into the result dataframe)
Parameters
| Name | Type | Description |
|---|---|---|
d | dataframe | - |
row | dataframe | - |
env | Environment | - |
combine two dataframe by rows
Remarks
this function will check for the column name matches
Parameters
| Name | Type | Description |
|---|---|---|
d | dataframe | - |
row | dataframe | - |
env | Environment | - |