
Quick Contact
R Programming Tutorial
R Studio IDE
It is an integrated development environment, it allows us to interact with R more readily. R Studio is more user friendly and it is similar to standard R Gui. It consist many functionality or features like various drop-down menus, windows with multiple tabs, and many customization processes.
Installation on Windows
Step 1:
In the first step, we visit the RStudio official site and click on Download RStudio.

Step 2:
In the next step, we will select the RStudio desktop for open-source license and click on download.

Step 3:
In the next step, we will select the appropriate installer. When we select the installer, our downloading of RStudion setup will start.

Step 4:
In the next step, we will run our setup in the following way:
- Click on Next.
- Click on Install.
- Click on finish.
- RStudio is ready to work.




