This document provides examples of different R data structures including vectors, matrices, lists, and data frames. Vectors are one-dimensional arrays that can contain only one data type. Matrices are two-dimensional arrays that can contain only one data type. Lists are collections of elements that can contain different data types. Data frames are two-dimensional structures similar to tables or spreadsheets that can contain different data types across rows and columns. The document demonstrates how to create, subset, and manipulate each of these structures through examples.