nuget server logo nuget api documents
↑

API Docs / REnv / cbindOp

cbindOp

Full name SMRUCC.Rsharp.Runtime.Internal.Object.baseOp.dataframeOp.cbindOp Assembly REnv Members 4

01 Syntax

SMRUCC.Rsharp.Runtime.Internal.Object.baseOp.dataframeOp.cbindOp

02 Methods

NameOverloadsSummary
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

method castPartData #
castPartData(String, Object, Boolean, Object, Environment)

just try to cast the given part of data as dataframe

Parameters
NameTypeDescription
nameKeyString

-

colObject

-

strictBoolean

-

[default]Object

-

envEnvironment

-

method columnCombine #
columnCombine(dataframe, String, Object, Boolean, Object, Environment)

try to combine two dataframe by columns

Remarks

the duplicated column name will be renamed

Parameters
NameTypeDescription
ddataframe

-

nameKeyString

-

colObject

-

strictBoolean

-

[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.

envEnvironment

-

method cbind #
cbind(dataframe, dataframe, Boolean, Object, Environment)

column combine of two dataframe

Parameters
NameTypeDescription
ddataframe

-

appenddataframe

-

strictBoolean

-

[default]Object

-

envEnvironment

-

method cbind overload 2 #
cbind(dataframe, String, Object, Boolean, Object, Environment)
Parameters
NameTypeDescription
ddataframe

-

nameKeyString

used as colname if the col data is a vector.

colObject

the col data for make cbind, value could be a vector or a dataframe

strictBoolean

-

[default]Object

-

envEnvironment

-