MSU Programming Camp

Logo

Timeline for Programming Camp

August 21: Intro to R & RStudio

August 22: Tidyverse

August 23: dplyr

August 24: ggplot2 I

August 25: ggplot2 II

Transforming and Exploring Data via dplyr

dplyr is one of the most popular packages in the Tidyverse and in R more generally. The goal of the package is to provide an intuitive interface through which users can organize, manipulate, and analyze data. You will find it to be an invaluable tool for your work!

Associate Code & Data

Files for the first half of the day

Click here to download necessary code and data for the lecture.

Files for the second half of the day

Click here to download necessary code and data for the lecture.

Additional readings for the interested