Summarize Rows

Aggregating many to rows to a few or one rows is at the core of data analysis. In this lesson, we'll learn ways to do this with R and dplyr.

This lesson is coming soon. In the meantime, refer to the provided code examples on GitHub as well as the chapter on data transformation from the book "R for Data Science" (2nd edition).

Drawing
Summarizing rows reduces the vertical size of a dataframe.
Drawing

Last updated