rk.groupby: Process GroupBy Clause

Description Usage Arguments Value

View source: R/rklib.r

Description

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

Usage

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


nJira documentation built on March 26, 2020, 7:56 p.m.