Summarizing and Manipulating Data

There are many tools in R to help us summarize our data efficiently. There are two functions worth knowing about at this stage:

  • The aggregate() function from base R.
  • The summarize() function from the dplyr package.

Get hands-on with 1200+ tech skills courses.