MSU Programming Camp

Logo

Timeline for Programming Camp

August 19: Intro to R & RStudio

August 20: Tidyverse

August 21: dplyr

August 22: ggplot2 I

August 23: 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