R Basics 1: Vectors, Data Frames and Lists
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
Download and open the content project for this week:
02-content.zip: Download this file, unzip it, and double-click on02-content.Rprojto open it in RStudio.
Readings
TipR for Non-Programmers