We provide effective and economically affordable training courses for R and Python, Click here for more details and course registration !
We know R is a programming language for data analysis. RStudio acts as an computer-app for using R in a more freindly manner than the default R command window. Before using RStudio, R has to be installed first. In this post , we shortly introduce how to install R and RStudio on Windows.
Installation of R
Go to the link in cran : https://cran.r-project.org/bin/windows/base/
Choose the latest version of R (version 4.4.0 as of this writing )
Then follow the instructions and complete installation.
For installation of RStudio:
Go to the link in ‘posit.co’: https://posit.co/download/rstudio-desktop/ , and click ‘DOWNLOWD RSTUDIO DESKTOP FOR WINDOWS’ , and follow the instructions and complete installation.
After both R and RStudio are installed , you can start RStudio to do programming of R now !
You can also watch full video on R tutorial from our YouTube video here
0 Comments