rk.query: Data Processing Query

Description Usage Arguments Value

View source: R/rklib.r

Description

The function applies the given fields, where clause, and group by fields on the specified data frame.

Usage

1
rk.query(dframe, fields = NULL, where = NULL, groupby = NULL)

Arguments

dframe

data frame to be processed.

fields

fields to be filtered.

where

clause applied on the data.

groupby

used to aggregate the fields.

Value

The function returns the resulting data frame.


nikhilchoudhry/nJira documentation built on March 7, 2020, 12:48 a.m.