0% found this document useful (0 votes)
45 views1 page

Install R (Programming Language) & R Studio (IDE) : 1-Run Button To Execute The Source Code

To install R and R Studio, download R from CRAN and R Studio from their respective websites by clicking on the download links. Run the setup files after downloading R first, followed by R Studio. In R Studio, the integrated development environment, write R source code in the script window, run it using the run button, and see output in the console window while variables are logged in the environment window.

Uploaded by

Pratiksh Patel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views1 page

Install R (Programming Language) & R Studio (IDE) : 1-Run Button To Execute The Source Code

To install R and R Studio, download R from CRAN and R Studio from their respective websites by clicking on the download links. Run the setup files after downloading R first, followed by R Studio. In R Studio, the integrated development environment, write R source code in the script window, run it using the run button, and see output in the console window while variables are logged in the environment window.

Uploaded by

Pratiksh Patel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Install R(Programming Language) & R Studio(IDE)

Download R :
1. Go to https://cran.r-project.org
 Click on Download R for Windows
 Click on base
 Click Download R 3.3.3 for Windows to download
the setup
2. Search Download R. Select the latest CRAN link
Install R once the setup is downloaded

Download R Studio :
1. Go to https://www.rstudio.com/
 Click on Download R Studio
2. Search Download R Studio
Install R Studio once the setup is downloaded
Please note, Install R first and then R Studio

Writing your first program in RStudio(IDE)


1- Run button to execute
the source code

2- Rscript Window is
where you write the
source code
Note: File > New File >
R Script was selected
to open this Rscript
4-
Window
Environment
Window
contains log
of variables
3- Console
Window
shows the
Source Code
Output

You might also like