R Basics 1: Vectors, Data Frames, Lists
The videos below are selected to support and extend the concepts covered this week. Watch them before or after working through the exercises.
Vectors, Data Frames and Lists
A clear introduction to the three core data structures you will use constantly in R.
Data Types in R Programming
Explains the five main data types (character, factor, integer, etc.) and how they differ.
Data Structures in R Made Simple
A clear breakdown of how to work with vectors, data frames, and lists.