Data Structures

Lecture: LearnRDataStructures2014

Lab: R Data Structures

This week’s lecture is about data structures – R’s system for handling data. The system is more flexible than those found in other languages (including the ability to define your own structures).

Most analyses involve three main structures – atoms, vectors, and data frames. We will cover these in the lecture and lab.