RStudio is an integrated development environment (IDE) for R, a programming language for statistical computing and graphics.
RStudio can be downloaded in two formats.
RStudio Desktop: a regular desktop application.
RStudio Server: runs on a remote server to get access through a web browser.
The latest version of RStudio can be downloaded from
https://rstudio.com/products/rstudio/download/
Once the appropriate 'Download' is clicked, the page will be redirected to Download page.Once it is downloaded and installed, it can be opened through its shortcut icon.
RStudio will have four section.
- Script Section
- Console Section
- Environment Section
- Plot Section
Script Section: To write the code of R programming.
Console Section: To execute the code.
Environment Section: To display Data and values of parameters.
Plot Section: To display the different type of plots.