A Tour of RStudio
George Mount
Analytics & AI for Modern Excel ?? LinkedIn Learning Instructor ?? Microsoft MVP ?? O'Reilly Author ??
In a previous post I explained how to install RStudio, a popular integrated development environment for the R programming language.
Open up RStudio for the first time and it might look like some mad scientist’s Mission Control. In this post I will walk through each pane and what it does. From this you will start to see just what is so “integrated” about this integrated development environment.
0. The blank slate
When you open up RStudio for the first time you should see something like the above. If you do not see a window on the upper-left hand side, open a new script with the keyboard shortcut Ctrl + Shift + N on Windows.
What do all these panes mean? We will cover what each of them do.
Continue reading... ?