rk.query {nJira} | R Documentation |
The function applies the given fields, where clause, and group by fields on the specified data frame.
rk.query(dframe, fields = NULL, where = NULL, groupby = NULL)
dframe |
data frame to be processed. |
fields |
fields to be filtered. |
where |
clause applied on the data. |
groupby |
used to aggregate the fields. |
The function returns the resulting data frame.