nuget server logo nuget api documents
↑

API Docs / REnv / DataframeGroup

DataframeGroup

Full name SMRUCC.Rsharp.Runtime.Internal.Object.Linq.DataframeGroup Assembly REnv Members 3

01 Syntax

SMRUCC.Rsharp.Runtime.Internal.Object.Linq.DataframeGroup

02 Methods

NameOverloadsSummary
groupBy 1 group by the string factor values in dataframe column as key
orderBy 1
head 1

03 Members

method groupBy #
groupBy(dataframe, String, Boolean)

group by the string factor values in dataframe column as key

Parameters
NameTypeDescription
datadataframe

-

keyString

-

safeBoolean

will cast null to empty string if this parameter value is set to TRUE

method orderBy #
orderBy(dataframe, String, Boolean)
method head #
head(dataframe, Int32)