AH-RHET101 Workshop 3: Introduction to R


Spring 2025

The data encounter in this course has three components. First, you’ll follow a series of general tutorials that present the R skills you’ll need for the course. Second, you’ll learn how to apply these skills to a specific case study related to the course content. Then, you apply the same skills to a homework assignment.

As preparation for the workshop, you have learned to:

  1. install R
  2. find your way around R and RStudio

The first workshop will cover the following topics (each topic links to a separate tutorial with additional details and a video explanation):

  1. Objects and functions
  2. Data wrangling: filtering rows and selecting columns (filter() only)
  3. The tidy workflow
  4. Text analysis in R
  5. Data visualization: introduction to ggplot
  6. Data visualization: relationships between variables (bar charts only)

In addition, the Data Center maintains a list of useful resources with additional tutorials and references.