Getting Started with RStudio
Learn how to install R and RStudio, and explore the IDE’s layout to run your first lines of code.
1
Welcome to R and RStudio
R is a powerful programming language for statistical computing and data analysis. RStudio is an integrated development environment (IDE) that makes working with R easier.

2
Installing R and RStudio
To get started, you need to install both R and RStudio.
- Download R from CRAN.
- Download RStudio from RStudio Official Site.
- Install both and launch RStudio.
All lessons in this course
- Getting Started with RStudio
- Basic Arithmetic and Variables
- Workspaces and Projects