Skip to content

Commit

Permalink
Update RStudio tour.md
Browse files Browse the repository at this point in the history
  • Loading branch information
siobhanschenk committed Jan 11, 2024
1 parent 1b3c2cd commit 140c6be
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions content/RStudio tour.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,17 @@ On the bottom left is the **Console**. It is where you can type in R commands an
### Top right pane

The top right pane includes tabs such as Environment and History.
<tab><tab>+ The **Environment** tab allows you to see what objects are in the workspace.
<tab><tab>+ The **History** tab allows you to see the commands that you have entered.
The **History** tab allows you to see the commands that you have entered.

### Top left pane

The bottom right pane shows tabs such as Plots, Packages and Help.
**Plot** is where you can view your plot.
**Packages** is where you can view the list of all the installed packages.
In **Help**, you can can browse the built-in help system of R, which is super helpful.
<ul>
<li>**Plot** is where you can view your plot.</li>
<li>**Packages** is where you can view the list of all the installed packages.</li>
<li>In **Help**, you can can browse the built-in help system of R, which is super helpful. </li>
</ul>


If you have questions after the workshop, a cheat sheet is available for quick referral: [RStudio IDE Cheat Sheet](https://posit.co/wp-content/uploads/2022/10/rstudio-ide-1.pdf). The cheat sheet is also accessible within RStudio through the toolbar 'Help - Cheat Sheets - RStudio IDE Cheat Sheet'.

Expand Down

0 comments on commit 140c6be

Please sign in to comment.