diff --git a/content/RStudio tour.md b/content/RStudio tour.md index d784376..6f99fa8 100644 --- a/content/RStudio tour.md +++ b/content/RStudio tour.md @@ -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. -+ The **Environment** tab allows you to see what objects are in the workspace. -+ 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. +
    +
  • **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.
  • +
+ 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'.