Data Types & Structures
Data comes in many different shapes and sizes, which means we need a way to represent different kinds of data in R in order to distinguish them. Today we’re going to cover the different fundamental types of data in R and give you a feel for different ways that data can be structured and indexed.
Slides
Further Reading
R for Data Science Ch 20: Vectors
This tutorial by Jenny Bryan