Skip to content

Commit

Permalink
Update RStudio tour.md
Browse files Browse the repository at this point in the history
  • Loading branch information
siobhanschenk authored Jan 11, 2024
1 parent e7673c5 commit 051d273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/RStudio tour.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ On the bottom left is the **Console**. It is where you can type in R commands an
### Top right pane
<ol>
<li>The top right pane includes tabs such as Environment and History.</li>
<ol style="list-style-type: lower-alpha; padding-bottom: 0;">
<ol style="list-style-type: lower-alpha; padding-bottom: 0;", class="roman">
<li style="margin-left:2em">The <strong>History</strong> tab allows you to see the commands that you have entered.</li>
<li style="margin-left:2em; padding-bottom: 0;">The <strong>Environement</strong> 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.</li>
</ol>
Expand Down

0 comments on commit 051d273

Please sign in to comment.