This document provides an introduction to using the statistical software R. It discusses using both the command line interface and RStudio integrated development environment. It covers getting help, setting the working directory, loading libraries, and the basic data structures in R including vectors, matrices, arrays, data frames and lists. Vectors are the most basic data structure and can contain elements of a single type such as numeric, character, logical, etc. The document provides examples of creating, assigning, and testing vector objects.