From 9466a02e09f5b5318d34ffebf91105420d75a6f5 Mon Sep 17 00:00:00 2001 From: Siobhan Schenk <35807279+siobhanschenk@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:36:04 -0800 Subject: [PATCH] Update RStudio tour.md --- content/RStudio tour.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/content/RStudio tour.md b/content/RStudio tour.md index 402b7f6..0bcfcb7 100644 --- a/content/RStudio tour.md +++ b/content/RStudio tour.md @@ -27,6 +27,7 @@ Located at the very top of your screen. This is where to go to format RStudio an Rscripts and other Rfiles types, such as RMarkdown are documents where you can write code and save it for later. basically, the R equivalent of a word document. + ### Source editor On the top left is the **Source Editor**. If it is your first time opening RStudio, the source editor may not show up. You can click from the toolbar 'File - New File - R Script' and then a script file called Untitled1 will show up there. Writing your code in the script is recommended if you want to save your work for future use. @@ -39,19 +40,19 @@ On the bottom left is the **Console**. It is where you can type in R commands an 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 **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. +- **Plot** is where you can view your plot. -- **Packages** is where you can view the list of all the installed packages. +- **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. +- 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'.