diff --git a/content/RStudio tour.md b/content/RStudio tour.md index 952b201..5d5e1bb 100644 --- a/content/RStudio tour.md +++ b/content/RStudio tour.md @@ -39,7 +39,7 @@ On the bottom left is the **Console**. It is where you can type in R commands an ### Top right pane
  1. The top right pane includes tabs such as Environment and History.
  2. -
      +
      1. The History tab allows you to see the commands that you have entered.
      2. The Environement tab allows you to see what data, vectors, and other values R can access. When you read in data, look here to make sure you actually read your data into RStudio.