Description Usage Arguments Value
do aggregation and return a new data table
1  | get.agg.result(fun, prefix_str, groupby, aggcol, dt)
 | 
fun | 
 aggregate functions  | 
prefix_str | 
 the column name's prefix  | 
groupby | 
 the list of columns name that will be grouped  | 
aggcol | 
 the list of columns name that will be aggregated  | 
dt | 
 the input dataframe  | 
a dataframe with aggregated column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.