rk.groupby {nJira}R Documentation

Process GroupBy Clause

Description

The function parses the groupby clause and returns the modified string as per the specified mode.

Usage

rk.groupby(groupby = NULL, mode = "@")

Arguments

groupby

clause following simplified sql syntax.

mode

specifies the parsing logic. The default value '@' returns the groupby clause in perfmeter format. Any other value returns the groupby fields used for aggregation.

Value

The function returns the processed groupby clause.


[Package nJira version 0.1.1 Index]