Data Aggregate
Last updated
Last updated
Input
*Target Data
Input data
*Output Name
Name of the output after Aggregation
*Aggregation Items
Variables you want to summarize.
Drag the variables from the table and drop them under Aggregation Items.
Grouping Items
The variable to group by.
If you do not put variables under Grouping Items, the output will show the calculated results in one row. There are six options for Aggregator - count, sum, mean, max, min, and stddev.
If you put a variable under Grouping Items, the program splits the data into groups by the variable. The result will show the grouping items on the first column and the summarized data on other columns.
R-Flow Task Example Video - Data Aggregate
Data Aggregate: https://cran.r-project.org/web/packages/dplyr/index.html