Intro to R

Fall 2023 Intro to R workshop.

Getting started with R and RStudio on your personal machine

2023-10-19


Please note, these instructions are for installing R/RStudio on your personal machine and do not apply to Lurie managed devices.

Security documentation

When handling R and RStudio on a Lurie managed device, please refer to the following security documentation.

Install R (first)

R and RStudio are two separate programs. You must install R first, then install RStudio desktop

Install RStudio (second)

Open RStudio

Open RStudio by clicking on the RStudio icon (round blue circle with an R in the center). Do not open the regular R software. R will work in the background when you use RStudio.

R is a language. RStudio is an “IDE” or Integrated Development Environment that makes programming with R so much easier. You don’t have to use RStudio, but it’s recommended.