Data Aggregate

Data Aggregate

Input Data

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.

Aggregation Items

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.

Grouping Items

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.

Workflow Example

R-Flow Task Example Video - Data Aggregate

R Packages

Data Aggregate: https://cran.r-project.org/web/packages/dplyr/index.html

Last updated