A Beginner's Introduction to R Through the Tidyverse

Section 5 of 5

Conclusion

You did it!

Review

You’ve learned a lot in this course! Let’s review some of the key concepts you’ve learned.

Data Manipulation

You learned how to use the dplyr package to manipulate data. You learned how to:

  • Select columns with select()
  • Filter rows with filter()
  • Create new columns with mutate()

Data Visualization

You learned how to use the ggplot2 package to visualize data. You learned how to:

  • Create bar plots with geom_bar()
  • Create scatter plots with geom_point()

You also learned how to customize your plots with:

  • labs() to add titles and labels
  • theme() to customize the appearance of your plots

Data Aggregation

You learned how to use the group_by() and summarize() functions to aggregate data.

Loading...

Congratulations!

What’s next?

We’re going to add more content in the future. Please subscribe to our free newsletter to get updates. We’ll try to add some free courses, but we’ll also have some paid courses to help us pay for the costs of running this website.

Stay Updated

If you wish to be notified in your inbox, please share your email here. No spam, promise.

Sections in this course

A Beginner's Introduction to R Through the Tidyverse

0%0/9