Learning Objectives

Basics of R

R is a versatile, open source programming/scripting language that’s useful for statistics and data science. It is inspired by the programming language S.

Let’s start by learning about our tool.

Point out the different windows in R.

The layout of RStudio after being opened

Setup

Your working directory should now look like this:

How it should look like at the beginning of this lesson

Note that this is just a convenient way of viewing what is in this folder. Go to your windows browser to see how these mirror each other.

Next: Intro to R