diff --git a/content/RStudio tour.md b/content/RStudio tour.md index be60e0c..8722f6a 100644 --- a/content/RStudio tour.md +++ b/content/RStudio tour.md @@ -38,23 +38,25 @@ 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. -
    3. 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.
    4. -
    +
  3. The top right pane includes tabs such as Environment and History. +
      +
    1. The History tab allows you to see the commands that you have entered.
    2. +
    3. 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.
    4. +
    +
### Top left pane
    -
  1. The bottom right pane shows tabs such as Plots, Packages and Help.
  2. -
      -
    1. Plot is where you can view your plot.
    2. -
    3. Packages is where you can view the list of all the installed packages.
    4. -
    5. In Help, you can can browse the built-in help system of R, which is super helpful.
    6. -
    +
  3. The bottom right pane shows tabs such as Plots, Packages and Help. +
      +
    1. Plot is where you can view your plot.
    2. +
    3. Packages is where you can view the list of all the installed packages.
    4. +
    5. In Help, you can can browse the built-in help system of R, which is super helpful.
    6. +
    +
diff --git a/content/installation.md b/content/installation.md index 62ca2cb..9da5822 100644 --- a/content/installation.md +++ b/content/installation.md @@ -1,6 +1,6 @@ --- layout: default -title: Instaling R and R Studio +title: Installing R and R Studio nav_order: 5 has_toc: false ---