From the course: R Essential Training: Wrangling and Visualizing Data

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Navigating the RStudio environment

Navigating the RStudio environment

From the course: R Essential Training: Wrangling and Visualizing Data

Start my 1-month free trial

Navigating the RStudio environment

- [Instructor] Once you've got RStudio open, you'll see a collection of window panes. Now the nice thing is, it's actually a single window, so it keeps things organized, but it breaks it up into logical components. Up here on the top left is where the scripts or the programs that you write and then you save go, and you can have more than one open at a time. In this, I've got my lines of code, I have headers here, I occasionally have comments that explain what something does, and over here, you'll see that I have a document outline that uses the headers. Similarly, here underneath is another way of navigating through the outline. Below that, I have the console. This is where text or numerical output goes. So for instance, let's load up the library and let's take a look at the data set and I'll add just for the first six lines of the Iris data. And they all showed up here in the console. Now, in addition to the console I…

Contents