R studio is statistical programming package language widely used in data analysis. It is free, open-source integrated development environment (IDLE). RStudio keeps more organized interface and also some more preinstalled package is there. It is available in two formats: RStudio Desktop is a regular application while RStudio Server runs on a remote server and allows accessing RStudio using an internet. R Studio is platform independent /it can work in any operating system like windows/Linux/mac operating system etc. studio partially written in C language but most of its part are written in java script also regarding graphical tools it is taken help from QT framework. It includes a console, syntax-highlighting editor that supports direct code execution, and a variety of robust tools for plotting, viewing history, debugging and managing your workspace. RStudio requires a 64-bit operating system. R Studio can be downloaded from its official Website (https://rstudio.com/) . Rstudio interface containing phase
- The console panel(left panel) is the place where R is waiting for you to tell it what to do, and see the results that are generated when you type in the commands.
- To the top right, you have the Environmental/History panel. It contains 2 tabs:
- Environment tab: It shows the variables that are generated during the course of programming in a workspace that is temporary.
- History tab: In this tab, you’ll see all the commands that are used till now from the start of usage of R Studio.
- To the right bottom, you have another panel, which contains multiple tabs, such as files,
plots, packages, help, and viewer.
- The Files tab shows the files and directories that are available within the default workspace of R.
- The Plots tab shows the plots that are generated during the course of programming.
- The Packages tab helps you to look at what are the packages that are already installed in the R Studio and it also gives a user interface to install new packages.
- The Help tab is the most important one where you can get help from the R Documentation on the functions that are in built-in R.
- The final and last tab is that the Viewer tab which can be used to see the local web content that’s generated using R.
![](https://saspowerbisasonlinetraininginstitute.in/wp-content/uploads/2023/04/data-science-3-DONE.jpg)
RStudio Online Training Course
RStudio Cloud is a remote server that allows you to access RStudio via a web browser. Join Durga Online Trainer Classes from learn complete Data Science with very lowest course fee.