Summarizing and Manipulating Data
Learn about data summarization and manipulation techniques in R.
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 1400+ tech skills courses.