Copying Labs from GitHub into RStudio | Scribe

Copying Labs from GitHub into RStudio

  • Allison Theobold |
  • 16 steps |
  • 2 minutes
    information ordinal icon
    Navigate to the GitHub Classroom address linked to in the instructions.
    1
    Accept the assignment
    2
    Click on the link to take you to your repository!
    3
    In your repository, click on the green "<> Code" button
    4
    Copy the HTTPS address for your repository to your clipboard
    5
    Open RStudio
    6
    In RStudio, click "File"
    7
    Click "New Project…"
    8
    Select "Version Control"
    9
    Select "Git"
    10
    In the "Repository URL" line, paste the HTTPS address you copied in Step 4
    11
    Click on the "Browse" button next to the "Create project as a subdirectory of:" line
    alert ordinal icon
    Keep in mind that these images are from my computer, which is a Mac. If you have a PC you need to still follow these steps, but what you see will look a bit different!
    12
    Select your STAT 331 folder (in your Documents folder)
    13
    Select the "Week 2" folder inside your STAT 331 folder
    14
    If you haven't already, create a new "Lab 2" folder inside your Week 2 folder
    15
    Now that you've navigated to your Lab 2 folder, click "Open"
    16
    Click "Create Project"