R Basics 1: Vectors, Data Frames and Lists

Published

April 21, 2026

Overview

Building on last week, we explore the core data structures in R — vectors, data frames, and lists — and start using the dplyr package to manipulate data. We will work with the nycflights13 dataset to practice filtering, selecting, and summarising data.


Download

  1. Download and open the content project for this week:


Readings


Slides